diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 158771a1..efd310e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.10.0" + ".": "8.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dec14d6b..044e1d40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly Ruby SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [8.10.1](https://github.com/launchdarkly/ruby-server-sdk/compare/8.10.0...8.10.1) (2025-06-13) + + +### Bug Fixes + +* Add benchmark dependency to remove warning ([#324](https://github.com/launchdarkly/ruby-server-sdk/issues/324)) ([ccb9c2d](https://github.com/launchdarkly/ruby-server-sdk/commit/ccb9c2da4d19a11e7dcf7d9537604d529c0ba159)) + ## [8.10.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.9.0...8.10.0) (2025-04-08) diff --git a/PROVENANCE.md b/PROVENANCE.md index 129bdcb7..cbc1e7c9 100644 --- a/PROVENANCE.md +++ b/PROVENANCE.md @@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https ``` # Set the version of the SDK to verify -SDK_VERSION=8.10.0 +SDK_VERSION=8.10.1 ``` diff --git a/lib/ldclient-rb/version.rb b/lib/ldclient-rb/version.rb index de3b9b73..19a6f1ee 100644 --- a/lib/ldclient-rb/version.rb +++ b/lib/ldclient-rb/version.rb @@ -1,3 +1,3 @@ module LaunchDarkly - VERSION = "8.10.0" # x-release-please-version + VERSION = "8.10.1" # x-release-please-version end