From 354ef13451d18f1942d00895d98d2ed89b8394b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:08:52 -0400 Subject: [PATCH] chore(main): release 8.8.0 (#300) :robot: I have created a release *beep* *boop* --- ## [8.8.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.7.1...8.8.0) (2024-10-16) ### Features * Add support for client-side prerequisite events ([#299](https://github.com/launchdarkly/ruby-server-sdk/issues/299)) ([021451c](https://github.com/launchdarkly/ruby-server-sdk/commit/021451cd3fc83fb3701e8a1d02f187e8baa18bb1)) --- 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 0f61581c..6139450a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.7.1" + ".": "8.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4381b602..2b3e4586 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.8.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.7.1...8.8.0) (2024-10-16) + + +### Features + +* Add support for client-side prerequisite events ([#299](https://github.com/launchdarkly/ruby-server-sdk/issues/299)) ([021451c](https://github.com/launchdarkly/ruby-server-sdk/commit/021451cd3fc83fb3701e8a1d02f187e8baa18bb1)) + ## [8.7.1](https://github.com/launchdarkly/ruby-server-sdk/compare/8.7.0...8.7.1) (2024-09-06) diff --git a/PROVENANCE.md b/PROVENANCE.md index da75c338..b2d49a77 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.7.1 +SDK_VERSION=8.8.0 ``` diff --git a/lib/ldclient-rb/version.rb b/lib/ldclient-rb/version.rb index 67f897f9..804fb3fa 100644 --- a/lib/ldclient-rb/version.rb +++ b/lib/ldclient-rb/version.rb @@ -1,3 +1,3 @@ module LaunchDarkly - VERSION = "8.7.1" # x-release-please-version + VERSION = "8.8.0" # x-release-please-version end