From caead083f0ca5ee66e8d11914d12922d8f136cea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:24:38 -0400 Subject: [PATCH] chore(main): release 8.4.1 (#273) :robot: I have created a release *beep* *boop* --- ## [8.4.1](https://github.com/launchdarkly/ruby-server-sdk/compare/8.4.0...8.4.1) (2024-04-29) ### Bug Fixes * 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) --- 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> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ PROVENANCE.md | 2 +- lib/ldclient-rb/version.rb | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 818c5627..2742f2b8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.4.0" + ".": "8.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ed4afeb0..470762ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly Ruby SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [8.4.1](https://github.com/launchdarkly/ruby-server-sdk/compare/8.4.0...8.4.1) (2024-04-29) + + +### Bug Fixes + +* 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) + ## [8.4.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.3.1...8.4.0) (2024-04-05) 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. diff --git a/PROVENANCE.md b/PROVENANCE.md index 1b26c6c5..b121a9b3 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.4.0 +SDK_VERSION=8.4.1 ``` diff --git a/lib/ldclient-rb/version.rb b/lib/ldclient-rb/version.rb index 10ced2fd..0f28d98d 100644 --- a/lib/ldclient-rb/version.rb +++ b/lib/ldclient-rb/version.rb @@ -1,3 +1,3 @@ module LaunchDarkly - VERSION = "8.4.0" # x-release-please-version + VERSION = "8.4.1" # x-release-please-version end