From d7a2b1d4edb481e4ff312d35158b9ab905830a70 Mon Sep 17 00:00:00 2001 From: ATCBot Date: Mon, 9 Dec 2024 09:09:52 +0000 Subject: [PATCH] Updated CHANGELOG.md for 1.14.11 release --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1169292..a61e9da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Added +## [1.14.11] - 2024-12-09 + +### Added - Implement `IEventStoreManagementClient.DeleteStreamAsync` using the newly released `DeleteAllItemsByPartitionKeyStreamAsync` method in the Cosmos SDK. - Extend `CommandContext` with the current `StreamVersion` of the stream. @@ -168,7 +170,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.13.3...HEAD +[Unreleased]: https://github.com/atc-net/atc-cosmos-eventstore/compare/v1.14.11...HEAD + +[1.14.11]: https://github.com/atc-net/atc-cosmos-eventstore/compare/v1.13.3...v1.14.11 [1.13.3]: https://github.com/atc-net/atc-cosmos-eventstore/compare/v1.12.6...v1.13.3 @@ -192,4 +196,4 @@ services.AddEventStore(builder => [1.3.3]: https://github.com/atc-net/atc-cosmos-eventstore/compare/v1.2.9...v1.3.3 -[1.2.9]: https://github.com/atc-net/atc-cosmos-eventstore/compare/v1.1.3...v1.2.9 \ No newline at end of file +[1.2.9]: https://github.com/atc-net/atc-cosmos-eventstore/compare/v1.1.3...v1.2.9