From dc3bbbc8a3ba2bc071cf6fad790b7d88e24f7894 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 12:27:32 +0000 Subject: [PATCH] chore(main): release 8.13.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ PROVENANCE.md | 2 +- lib/ldclient-rb/version.rb | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b715ada4..af252903 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.12.3" + ".": "8.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 11fb5154..6279d2e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly Ruby SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [8.13.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.12.3...8.13.0) (2026-03-27) + + +### Features + +* 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) + ## [8.12.3](https://github.com/launchdarkly/ruby-server-sdk/compare/8.12.2...8.12.3) (2026-03-05) diff --git a/PROVENANCE.md b/PROVENANCE.md index 15bde09f..b58621ec 100644 --- a/PROVENANCE.md +++ b/PROVENANCE.md @@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https ``` # Set the version of the SDK to verify -SDK_VERSION=8.12.3 +SDK_VERSION=8.13.0 ``` diff --git a/lib/ldclient-rb/version.rb b/lib/ldclient-rb/version.rb index 6b9494b9..fcff2cd8 100644 --- a/lib/ldclient-rb/version.rb +++ b/lib/ldclient-rb/version.rb @@ -1,3 +1,3 @@ module LaunchDarkly - VERSION = "8.12.3" # x-release-please-version + VERSION = "8.13.0" # x-release-please-version end