diff --git a/CHANGELOG.md b/CHANGELOG.md index b96aa54..b8cc099 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v1.4.7 + +### Enhancements + +* Add support for overriding created_at timestamps for copy transform workflows by @Johnabell in https://github.com/commanded/eventstore/pull/282 + +### Bug fixes + +* fix: merge session mode pool config with main config, preserving options by @gf3 in https://github.com/commanded/eventstore/pull/293 + ## v1.4.6 ### Enhancements diff --git a/mix.exs b/mix.exs index 9d98c85..21f339d 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.6" + @version "1.4.7" def project do [