Skip to content

Commit

Permalink
Updated CHANGELOG.md for 1.13.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ATCBot committed Apr 21, 2024
1 parent 7e8a75b commit 52c1cb8
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,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.13.3] - 2024-04-21

### Added

- Introduce instrumentation support for Open Telemetry.
- Introduce instrumentation support for Open Telemetry.

```csharp
builder
.Services
Expand Down Expand Up @@ -160,7 +163,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.12.6...HEAD
[Unreleased]: https://github.com/atc-net/atc-cosmos-eventstore/compare/v1.13.3...HEAD

[1.13.3]: https://github.com/atc-net/atc-cosmos-eventstore/compare/v1.12.6...v1.13.3

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

Expand Down

0 comments on commit 52c1cb8

Please sign in to comment.