Skip to content

Commit

Permalink
Updated CHANGELOG.md for 1.11.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ATCBot committed Sep 8, 2023
1 parent 9386f18 commit b5351dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.11.3] - 2023-09-08

- Add missing methods in `IProjectionBuilder` to enable configuration of projection subscription start options.

## [1.10.3] - 2023-09-05
Expand Down Expand Up @@ -123,7 +125,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.10.3...HEAD
[Unreleased]: https://github.com/atc-net/atc-cosmos-eventstore/compare/v1.11.3...HEAD

[1.11.3]: https://github.com/atc-net/atc-cosmos-eventstore/compare/v1.10.3...v1.11.3

[1.10.3]: https://github.com/atc-net/atc-cosmos-eventstore/compare/v1.9.17...v1.10.3

Expand Down

0 comments on commit b5351dc

Please sign in to comment.