diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b8498fc3..4682f371 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.8.2" + ".": "8.8.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b8a075d..81e5ad8b 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.3](https://github.com/launchdarkly/ruby-server-sdk/compare/8.8.2...8.8.3) (2025-02-24) + + +### Bug Fixes + +* Publish java-specific platform gem ([#309](https://github.com/launchdarkly/ruby-server-sdk/issues/309)) ([b5809f8](https://github.com/launchdarkly/ruby-server-sdk/commit/b5809f8cd6234b3046125bd3fce12e1743e5995e)) + ## [8.8.2](https://github.com/launchdarkly/ruby-server-sdk/compare/8.8.1...8.8.2) (2024-11-06) diff --git a/PROVENANCE.md b/PROVENANCE.md index 77bb179d..7c855082 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.2 +SDK_VERSION=8.8.3 ``` diff --git a/lib/ldclient-rb/version.rb b/lib/ldclient-rb/version.rb index 0ffc446f..f1631d54 100644 --- a/lib/ldclient-rb/version.rb +++ b/lib/ldclient-rb/version.rb @@ -1,3 +1,3 @@ module LaunchDarkly - VERSION = "8.8.2" # x-release-please-version + VERSION = "8.8.3" # x-release-please-version end