From 3baad633ab25bad6ea02dc3133dc74b740f09ee0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:13:36 +0000 Subject: [PATCH] chore(main): release 8.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ lib/ldclient-rb/version.rb | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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