Skip to content

Commit 3f9b0cc

Browse files
chore(main): release 8.12.0
1 parent 368aa3c commit 3f9b0cc

4 files changed

Lines changed: 15 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.11.3"
2+
".": "8.12.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.12.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.11.3...8.12.0) (2026-01-30)
6+
7+
8+
### Features
9+
10+
* Support FDv2 through the configs new data_system_config option ([368aa3c](https://github.com/launchdarkly/ruby-server-sdk/commit/368aa3c45f46ca0ba1e706330d67d3a8d36d4c55))
11+
12+
13+
### Bug Fixes
14+
15+
* Update feature store interface doc to align with existing code that expects symbols not strings ([595f91a](https://github.com/launchdarkly/ruby-server-sdk/commit/595f91abc26864ca52f712e7a52965b48636955e))
16+
517
## [8.11.3](https://github.com/launchdarkly/ruby-server-sdk/compare/8.11.2...8.11.3) (2026-01-20)
618

719

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

0 commit comments

Comments
 (0)