Skip to content

Commit dc3bbbc

Browse files
chore(main): release 8.13.0
1 parent 2e2b66f commit dc3bbbc

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.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)