Skip to content

Commit f5d6337

Browse files
chore(main): release 8.11.1 (#337)
🤖 I have created a release *beep* *boop* --- ## [8.11.1](8.11.0...8.11.1) (2025-10-10) ### Bug Fixes * Explicitly require openssl gem ([#334](#334)) ([0ea53a5](0ea53a5)), closes [#333](#333) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Release 8.11.1 with a bug fix to explicitly require the openssl gem, updating version metadata and provenance docs. > > - **Release 8.11.1** > - Update version to `8.11.1` in `.release-please-manifest.json` and `lib/ldclient-rb/version.rb`. > - Add CHANGELOG entry for bug fix: explicitly require `openssl` gem. > - Update `PROVENANCE.md` example to use `SDK_VERSION=8.11.1`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 8586552. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0ea53a5 commit f5d6337

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.11.0"
2+
".": "8.11.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.11.1](https://github.com/launchdarkly/ruby-server-sdk/compare/8.11.0...8.11.1) (2025-10-10)
6+
7+
8+
### Bug Fixes
9+
10+
* Explicitly require openssl gem ([#334](https://github.com/launchdarkly/ruby-server-sdk/issues/334)) ([0ea53a5](https://github.com/launchdarkly/ruby-server-sdk/commit/0ea53a5826968e9da094792217e69c17fa7edc18)), closes [#333](https://github.com/launchdarkly/ruby-server-sdk/issues/333)
11+
512
## [8.11.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.10.2...8.11.0) (2025-07-15)
613

714

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

0 commit comments

Comments
 (0)