From 64c26450ff48c0fb83830707cd9b17a53fd27f12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 15:37:08 +0000 Subject: [PATCH] chore(main): release 8.11.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ PROVENANCE.md | 2 +- lib/ldclient-rb/version.rb | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 43ccdddc..7c369c53 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.10.2" + ".": "8.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 20d5f2a3..00c2d298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to the LaunchDarkly Ruby SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [8.11.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.10.2...8.11.0) (2025-07-15) + + +### Features + +* Add experimental plugin support ([#327](https://github.com/launchdarkly/ruby-server-sdk/issues/327)) ([1bdcf01](https://github.com/launchdarkly/ruby-server-sdk/commit/1bdcf018c68fd878aebedd48254afd45c67a2e64)) + + +### Bug Fixes + +* Bump eventsource to 2.2.6 ([#331](https://github.com/launchdarkly/ruby-server-sdk/issues/331)) ([33feb9b](https://github.com/launchdarkly/ruby-server-sdk/commit/33feb9b90da519be4d7fd7b4d26e21a68c1e6ed5)) + ## [8.10.2](https://github.com/launchdarkly/ruby-server-sdk/compare/8.10.1...8.10.2) (2025-07-14) diff --git a/PROVENANCE.md b/PROVENANCE.md index b99c8598..503563c0 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.10.2 +SDK_VERSION=8.11.0 ``` diff --git a/lib/ldclient-rb/version.rb b/lib/ldclient-rb/version.rb index 3d073c11..f40182d2 100644 --- a/lib/ldclient-rb/version.rb +++ b/lib/ldclient-rb/version.rb @@ -1,3 +1,3 @@ module LaunchDarkly - VERSION = "8.10.2" # x-release-please-version + VERSION = "8.11.0" # x-release-please-version end