Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 6a37d9d

Browse files
chore(main): release 8.5.1 (#226)
🤖 I have created a release *beep* *boop* --- ## [8.5.1](8.5.0...8.5.1) (2024-06-03) ### Bug Fixes * Adjust big segments logic to prevent duplicate polls. ([#225](#225)) ([4202165](4202165)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fef1823 commit 6a37d9d

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,4 +1,4 @@
11
{
2-
"pkgs/sdk/server": "8.5.0",
2+
"pkgs/sdk/server": "8.5.1",
33
"pkgs/telemetry": "1.0.0"
44
}

pkgs/sdk/server/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [8.5.1](https://github.com/launchdarkly/dotnet-server-sdk/compare/8.5.0...8.5.1) (2024-06-03)
4+
5+
6+
### Bug Fixes
7+
8+
* Adjust big segments logic to prevent duplicate polls. ([#225](https://github.com/launchdarkly/dotnet-server-sdk/issues/225)) ([4202165](https://github.com/launchdarkly/dotnet-server-sdk/commit/4202165dc60a39f97dbbc1df9730db1bb6f90009))
9+
310
## [8.5.0](https://github.com/launchdarkly/dotnet-server-sdk/compare/8.4.0...8.5.0) (2024-05-10)
411

512

pkgs/sdk/server/src/LaunchDarkly.ServerSdk.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>8.5.0</Version>
4+
<Version>8.5.1</Version>
55
<!--x-release-please-end-->
66
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks with a
77
single framework that we are testing; this allows us to test with older SDK

0 commit comments

Comments
 (0)