Skip to content

Commit 6076c4c

Browse files
chore(main): release 5.2.1
1 parent e5f7933 commit 6076c4c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.2.0"
2+
".": "5.2.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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).
44

5+
## [5.2.1](https://github.com/launchdarkly/dotnet-eventsource/compare/5.2.0...5.2.1) (2025-09-25)
6+
7+
8+
### Bug Fixes
9+
10+
* Avoid showing authorization value in exception ([#111](https://github.com/launchdarkly/dotnet-eventsource/issues/111)) ([e5f7933](https://github.com/launchdarkly/dotnet-eventsource/commit/e5f793354ebb5b0445b7c747474f8cb98c21288b))
11+
512
## [5.2.0](https://github.com/launchdarkly/dotnet-eventsource/compare/5.1.0...5.2.0) (2025-02-24)
613

714

src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<!--x-release-please-start-version-->
4-
<Version>5.2.0</Version>
4+
<Version>5.2.1</Version>
55
<!--x-release-please-end-->
66
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
77
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

0 commit comments

Comments
 (0)