Skip to content

Commit eb80680

Browse files
chore(main): release 8.8.3 (#311)
🤖 I have created a release *beep* *boop* --- ## [8.8.3](8.8.2...8.8.3) (2025-02-24) ### Bug Fixes * Publish java-specific platform gem ([#309](#309)) ([b5809f8](b5809f8)) --- 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 851bd80 commit eb80680

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.8.2"
2+
".": "8.8.3"
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.8.3](https://github.com/launchdarkly/ruby-server-sdk/compare/8.8.2...8.8.3) (2025-02-24)
6+
7+
8+
### Bug Fixes
9+
10+
* Publish java-specific platform gem ([#309](https://github.com/launchdarkly/ruby-server-sdk/issues/309)) ([b5809f8](https://github.com/launchdarkly/ruby-server-sdk/commit/b5809f8cd6234b3046125bd3fce12e1743e5995e))
11+
512
## [8.8.2](https://github.com/launchdarkly/ruby-server-sdk/compare/8.8.1...8.8.2) (2024-11-06)
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.8.2
12+
SDK_VERSION=8.8.3
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.8.2" # x-release-please-version
2+
VERSION = "8.8.3" # x-release-please-version
33
end

0 commit comments

Comments
 (0)