Skip to content

Commit f43b3ad

Browse files
chore(main): release 8.3.0 (#253)
🤖 I have created a release *beep* *boop* --- ## [8.3.0](8.2.0...8.3.0) (2024-03-14) ### Features * Inline contexts for all evaluation events ([#245](#245)) ([bd30c3b](bd30c3b)) * Redact anonymous attributes within feature events ([#246](#246)) ([640ac39](640ac39)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 640ac39 commit f43b3ad

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.2.0"
2+
".": "8.3.0"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to the LaunchDarkly Ruby SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [8.3.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.2.0...8.3.0) (2024-03-14)
6+
7+
8+
### Features
9+
10+
* 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))
11+
* 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))
12+
513
## [8.2.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.1.0...8.2.0) (2024-02-20)
614

715

lib/ldclient-rb/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LaunchDarkly
2-
VERSION = "8.2.0" # x-release-please-version
2+
VERSION = "8.3.0" # x-release-please-version
33
end

0 commit comments

Comments
 (0)