Skip to content

Commit

Permalink
chore(main): release 8.5.1 (#226)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] committed Jun 3, 2024
1 parent fef1823 commit 6a37d9d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"pkgs/sdk/server": "8.5.0",
"pkgs/sdk/server": "8.5.1",
"pkgs/telemetry": "1.0.0"
}
7 changes: 7 additions & 0 deletions pkgs/sdk/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [8.5.1](https://github.com/launchdarkly/dotnet-server-sdk/compare/8.5.0...8.5.1) (2024-06-03)


### Bug Fixes

* 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))

## [8.5.0](https://github.com/launchdarkly/dotnet-server-sdk/compare/8.4.0...8.5.0) (2024-05-10)


Expand Down
2 changes: 1 addition & 1 deletion pkgs/sdk/server/src/LaunchDarkly.ServerSdk.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!--x-release-please-start-version-->
<Version>8.5.0</Version>
<Version>8.5.1</Version>
<!--x-release-please-end-->
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks with a
single framework that we are testing; this allows us to test with older SDK
Expand Down

0 comments on commit 6a37d9d

Please sign in to comment.