Skip to content

Commit 5ac41e0

Browse files
chore(main): release 8.11.0 (#330)
🤖 I have created a release *beep* *boop* --- ## [8.11.0](8.10.2...8.11.0) (2025-07-15) ### Features * Add experimental plugin support ([#327](#327)) ([1bdcf01](1bdcf01)) ### Bug Fixes * Bump eventsource to 2.2.6 ([#331](#331)) ([33feb9b](33feb9b)) --- 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 33feb9b commit 5ac41e0

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.10.2"
2+
".": "8.11.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.11.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.10.2...8.11.0) (2025-07-15)
6+
7+
8+
### Features
9+
10+
* Add experimental plugin support ([#327](https://github.com/launchdarkly/ruby-server-sdk/issues/327)) ([1bdcf01](https://github.com/launchdarkly/ruby-server-sdk/commit/1bdcf018c68fd878aebedd48254afd45c67a2e64))
11+
12+
13+
### Bug Fixes
14+
15+
* 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))
16+
517
## [8.10.2](https://github.com/launchdarkly/ruby-server-sdk/compare/8.10.1...8.10.2) (2025-07-14)
618

719

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.10.2
12+
SDK_VERSION=8.11.0
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.10.2" # x-release-please-version
2+
VERSION = "8.11.0" # x-release-please-version
33
end

0 commit comments

Comments
 (0)