Skip to content

Commit

Permalink
Updated CHANGELOG.md for 1.12.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ATCBot committed Oct 10, 2023
1 parent 941a4a7 commit 73c25b1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 73c25b1

Please sign in to comment.