Skip to content

Commit 3870181

Browse files
chore(main): release 8.10.1 (#326)
🤖 I have created a release *beep* *boop* --- ## [8.10.1](8.10.0...8.10.1) (2025-06-13) ### Bug Fixes * Add benchmark dependency to remove warning ([#324](#324)) ([ccb9c2d](ccb9c2d)) --- 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 ccb9c2d commit 3870181

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.10.0"
2+
".": "8.10.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.10.1](https://github.com/launchdarkly/ruby-server-sdk/compare/8.10.0...8.10.1) (2025-06-13)
6+
7+
8+
### Bug Fixes
9+
10+
* Add benchmark dependency to remove warning ([#324](https://github.com/launchdarkly/ruby-server-sdk/issues/324)) ([ccb9c2d](https://github.com/launchdarkly/ruby-server-sdk/commit/ccb9c2da4d19a11e7dcf7d9537604d529c0ba159))
11+
512
## [8.10.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.9.0...8.10.0) (2025-04-08)
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.10.0
12+
SDK_VERSION=8.10.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.10.0" # x-release-please-version
2+
VERSION = "8.10.1" # x-release-please-version
33
end

0 commit comments

Comments
 (0)