Skip to content

Commit caead08

Browse files
chore(main): release 8.4.1 (#273)
🤖 I have created a release *beep* *boop* --- ## [8.4.1](8.4.0...8.4.1) (2024-04-29) ### Bug Fixes * Add observer as explicit dependency ([#272](#272)) ([f2226a6](f2226a6)), closes [#271](#271) --- 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 f2226a6 commit caead08

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.4.0"
2+
".": "8.4.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.4.1](https://github.com/launchdarkly/ruby-server-sdk/compare/8.4.0...8.4.1) (2024-04-29)
6+
7+
8+
### Bug Fixes
9+
10+
* Add observer as explicit dependency ([#272](https://github.com/launchdarkly/ruby-server-sdk/issues/272)) ([f2226a6](https://github.com/launchdarkly/ruby-server-sdk/commit/f2226a60295c06d0b154a8eaee6dd2fb42a5cd76)), closes [#271](https://github.com/launchdarkly/ruby-server-sdk/issues/271)
11+
512
## [8.4.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.3.1...8.4.0) (2024-04-05)
613

714
This release introduces a Hooks API. Hooks are collections of user-defined callbacks that are executed by the SDK at various points of interest. You can use them to augment the SDK with metrics or tracing.

PROVENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https
99
<!-- x-release-please-start-version -->
1010
```
1111
# Set the version of the SDK to verify
12-
SDK_VERSION=8.4.0
12+
SDK_VERSION=8.4.1
1313
```
1414
<!-- x-release-please-end -->
1515

lib/ldclient-rb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LaunchDarkly
2-
VERSION = "8.4.0" # x-release-please-version
2+
VERSION = "8.4.1" # x-release-please-version
33
end

0 commit comments

Comments
 (0)