From b102e45103cd4f7466bfd1d524149f4e007e4a6e Mon Sep 17 00:00:00 2001 From: ATCBot Date: Fri, 2 Jun 2023 09:05:34 +0000 Subject: [PATCH] Updated CHANGELOG.md for 1.8.3 release --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49a464a..9b3eed8 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.8.3] - 2023-06-02 + ### Fixed -- Removed writing to stream-index when a new stream is created. + +- Removed writing to stream-index when a new stream is created. ## [1.7.23] - 2023-05-31 @@ -82,7 +85,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - EventStore `ConnectionString` option has been made obsolete, please use `UseCredentials` or `UseCosmosEmulator` instead. -[Unreleased]: https://github.com/atc-net/atc-cosmos-eventstore/compare/v1.7.23...HEAD +[Unreleased]: https://github.com/atc-net/atc-cosmos-eventstore/compare/v1.8.3...HEAD + +[1.8.3]: https://github.com/atc-net/atc-cosmos-eventstore/compare/v1.7.23...v1.8.3 [1.7.23]: https://github.com/atc-net/atc-cosmos-eventstore/compare/v1.6.8...v1.7.23