Skip to content

Commit b44ea86

Browse files
chore(main): release 8.13.0 (#376)
🤖 I have created a release *beep* *boop* --- ## [8.13.0](8.12.3...8.13.0) (2026-03-27) ### Features * Expand version support for http.rb v6 ([#375](#375)) ([2e2b66f](2e2b66f)), closes [#373](#373) --- 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 2e2b66f commit b44ea86

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.12.3"
2+
".": "8.13.0"
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.13.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.12.3...8.13.0) (2026-03-27)
6+
7+
8+
### Features
9+
10+
* Expand version support for http.rb v6 ([#375](https://github.com/launchdarkly/ruby-server-sdk/issues/375)) ([2e2b66f](https://github.com/launchdarkly/ruby-server-sdk/commit/2e2b66fdc2f56b8f60b4348658d05cff83beb456)), closes [#373](https://github.com/launchdarkly/ruby-server-sdk/issues/373)
11+
512
## [8.12.3](https://github.com/launchdarkly/ruby-server-sdk/compare/8.12.2...8.12.3) (2026-03-05)
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.12.3
12+
SDK_VERSION=8.13.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.12.3" # x-release-please-version
2+
VERSION = "8.13.0" # x-release-please-version
33
end

0 commit comments

Comments
 (0)