diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b5e9157..ce65b73 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.2.0" + ".": "5.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c8c155..3f6f4e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to the LaunchDarkly's EventSource implementation for C# will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [5.3.0](https://github.com/launchdarkly/dotnet-eventsource/compare/v5.2.0...5.3.0) (2025-02-24) + + +### Features + +* Report event source headers on open. ([#104](https://github.com/launchdarkly/dotnet-eventsource/issues/104)) ([e2cba63](https://github.com/launchdarkly/dotnet-eventsource/commit/e2cba638029bc7e8b2c515d8a540493203929df0)) +* Update minimum version of LaunchDarkly.Logging to 2.0.0 ([#99](https://github.com/launchdarkly/dotnet-eventsource/issues/99)) ([b1ea835](https://github.com/launchdarkly/dotnet-eventsource/commit/b1ea835a1e9753bf6902e47aec535eb1d7517aaa)) + ## [5.2.0](https://github.com/launchdarkly/dotnet-eventsource/compare/5.1.0...5.2.0) (2025-02-24) diff --git a/src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj b/src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj index 362a368..a746c10 100644 --- a/src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj +++ b/src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj @@ -1,7 +1,7 @@  - 5.2.0 + 5.3.0 netstandard2.0;net462 Apache-2.0