From 73c25b18366a62da70033a943b875b79e29ce440 Mon Sep 17 00:00:00 2001 From: ATCBot Date: Tue, 10 Oct 2023 13:09:28 +0000 Subject: [PATCH] Updated CHANGELOG.md for 1.12.6 release --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0642041..79a304b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.12.6] - 2023-10-10 + ### Fixed -- `RequiredVersion` was not respected when command handler was consuming events. + +- `RequiredVersion` was not respected when command handler was consuming events. ## [1.11.3] - 2023-09-08 @@ -128,7 +131,9 @@ services.AddEventStore(builder => - EventStore `ConnectionString` option has been made obsolete, please use `UseCredentials` or `UseCosmosEmulator` instead. -[Unreleased]: https://github.com/atc-net/atc-cosmos-eventstore/compare/v1.11.3...HEAD +[Unreleased]: https://github.com/atc-net/atc-cosmos-eventstore/compare/v1.12.6...HEAD + +[1.12.6]: https://github.com/atc-net/atc-cosmos-eventstore/compare/v1.11.3...v1.12.6 [1.11.3]: https://github.com/atc-net/atc-cosmos-eventstore/compare/v1.10.3...v1.11.3