Skip to content

Commit bdc6bdc

Browse files
chore(main): release 8.10.2 (#329)
🤖 I have created a release *beep* *boop* --- ## [8.10.2](8.10.1...8.10.2) (2025-07-14) ### Bug Fixes * Bump ld-eventsource to v2.2.5 ([7ad73b7](7ad73b7)) * Bump minimum ruby version to 3.1 ([7ad73b7](7ad73b7)) --- 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 7ad73b7 commit bdc6bdc

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.1"
2+
".": "8.10.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.2](https://github.com/launchdarkly/ruby-server-sdk/compare/8.10.1...8.10.2) (2025-07-14)
6+
7+
8+
### Bug Fixes
9+
10+
* Bump ld-eventsource to v2.2.5 ([7ad73b7](https://github.com/launchdarkly/ruby-server-sdk/commit/7ad73b75e288e6e321aaf0a5b2313338d82bd871))
11+
* Bump minimum ruby version to 3.1 ([7ad73b7](https://github.com/launchdarkly/ruby-server-sdk/commit/7ad73b75e288e6e321aaf0a5b2313338d82bd871))
12+
513
## [8.10.1](https://github.com/launchdarkly/ruby-server-sdk/compare/8.10.0...8.10.1) (2025-06-13)
614

715

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

0 commit comments

Comments
 (0)