diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f1f03a..5dcdd1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v1.4.6 + +### Enhancements + +* Bump version +* Updates changelog :) + +## v1.4.5 + +### Enhancements + +* Add a docker compose file for standing up a suitable development database ([#290](https://github.com/commanded/eventstore/pull/290)). + +### Bug fixes + +* `append_to_stream` can now properly append more than 1000 events again ([#289](https://github.com/commanded/eventstore/pull/289)). + ## v1.4.4 ### Bug fixes diff --git a/mix.exs b/mix.exs index 42d7db1..6d2b7e7 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule EventStore.Mixfile do use Mix.Project @source_url "https://github.com/commanded/eventstore" - @version "1.4.4" + @version "1.4.6" def project do [