diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4682f371..5a0aa556 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.8.3" + ".": "8.8.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 81e5ad8b..b4d035c8 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.8.4](https://github.com/launchdarkly/ruby-server-sdk/compare/8.8.3...8.8.4) (2025-03-10) + + +### Bug Fixes + +* Provide thread names whenever possible ([#316](https://github.com/launchdarkly/ruby-server-sdk/issues/316)) ([6c30537](https://github.com/launchdarkly/ruby-server-sdk/commit/6c30537fc13c48c594a68d10f599600b345f4ccc)) + ## [8.8.3](https://github.com/launchdarkly/ruby-server-sdk/compare/8.8.2...8.8.3) (2025-02-24) diff --git a/PROVENANCE.md b/PROVENANCE.md index 7c855082..bef6578c 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.8.3 +SDK_VERSION=8.8.4 ``` diff --git a/lib/ldclient-rb/version.rb b/lib/ldclient-rb/version.rb index f1631d54..4808143f 100644 --- a/lib/ldclient-rb/version.rb +++ b/lib/ldclient-rb/version.rb @@ -1,3 +1,3 @@ module LaunchDarkly - VERSION = "8.8.3" # x-release-please-version + VERSION = "8.8.4" # x-release-please-version end