diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 10ce7525..b8498fc3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.8.1" + ".": "8.8.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d1cf8eb2..1b8a075d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.2](https://github.com/launchdarkly/ruby-server-sdk/compare/8.8.1...8.8.2) (2024-11-06) + + +### Bug Fixes + +* Allow gem to be installed from source ([#305](https://github.com/launchdarkly/ruby-server-sdk/issues/305)) ([76d06bc](https://github.com/launchdarkly/ruby-server-sdk/commit/76d06bc6f8ac3d92fdff19321126ff1462a4b69e)) +* Improve DataKind eql? to consider object type ([#304](https://github.com/launchdarkly/ruby-server-sdk/issues/304)) ([5893245](https://github.com/launchdarkly/ruby-server-sdk/commit/5893245426076555d40dcfc5f452acb9d15d2d61)) + ## [8.8.1](https://github.com/launchdarkly/ruby-server-sdk/compare/8.8.0...8.8.1) (2024-10-30) diff --git a/PROVENANCE.md b/PROVENANCE.md index 5ce2344d..77bb179d 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.1 +SDK_VERSION=8.8.2 ``` diff --git a/lib/ldclient-rb/version.rb b/lib/ldclient-rb/version.rb index 022f36f5..0ffc446f 100644 --- a/lib/ldclient-rb/version.rb +++ b/lib/ldclient-rb/version.rb @@ -1,3 +1,3 @@ module LaunchDarkly - VERSION = "8.8.1" # x-release-please-version + VERSION = "8.8.2" # x-release-please-version end