From 6076c4ca8d2a6068cb71b781962b8e1a80763510 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:40:50 +0000 Subject: [PATCH] chore(main): release 5.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ .../LaunchDarkly.EventSource.csproj | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b5e9157..684bdbe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.2.0" + ".": "5.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c8c155..f8176dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2.1](https://github.com/launchdarkly/dotnet-eventsource/compare/5.2.0...5.2.1) (2025-09-25) + + +### Bug Fixes + +* Avoid showing authorization value in exception ([#111](https://github.com/launchdarkly/dotnet-eventsource/issues/111)) ([e5f7933](https://github.com/launchdarkly/dotnet-eventsource/commit/e5f793354ebb5b0445b7c747474f8cb98c21288b)) + ## [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..50b7a6c 100644 --- a/src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj +++ b/src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj @@ -1,7 +1,7 @@  - 5.2.0 + 5.2.1 netstandard2.0;net462 Apache-2.0