From 9ad7a1e0974aa738084da7ea18461277422d30df Mon Sep 17 00:00:00 2001 From: Benjamin Moss Date: Thu, 24 Oct 2024 10:25:56 -0400 Subject: [PATCH] Bump the version to 1.4.6 and update the changelog for release --- CHANGELOG.md | 17 +++++++++++++++++ mix.exs | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f1f03af..5dcdd1e6 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 42d7db10..6d2b7e76 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 [