diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f59c11ca..8d48393b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.2.0" + ".": "8.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index db7f74b7..8b0b2cbf 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.3.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.2.0...8.3.0) (2024-03-14) + + +### Features + +* Inline contexts for all evaluation events ([#245](https://github.com/launchdarkly/ruby-server-sdk/issues/245)) ([bd30c3b](https://github.com/launchdarkly/ruby-server-sdk/commit/bd30c3be7a832c14a9b9d2757b651169079a8c10)) +* Redact anonymous attributes within feature events ([#246](https://github.com/launchdarkly/ruby-server-sdk/issues/246)) ([640ac39](https://github.com/launchdarkly/ruby-server-sdk/commit/640ac393e6a9b7b0e9785b05917ec4301d4a3a90)) + ## [8.2.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.1.0...8.2.0) (2024-02-20) diff --git a/lib/ldclient-rb/version.rb b/lib/ldclient-rb/version.rb index 2676e2fa..447413f5 100644 --- a/lib/ldclient-rb/version.rb +++ b/lib/ldclient-rb/version.rb @@ -1,3 +1,3 @@ module LaunchDarkly - VERSION = "8.2.0" # x-release-please-version + VERSION = "8.3.0" # x-release-please-version end