Skip to content

Commit

Permalink
Updated CHANGELOG.md for 1.14.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ATCBot committed Dec 9, 2024
1 parent 6e0f93c commit d7a2b1d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand All @@ -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
[1.2.9]: https://github.com/atc-net/atc-cosmos-eventstore/compare/v1.1.3...v1.2.9

0 comments on commit d7a2b1d

Please sign in to comment.