From c0701453be4a10bd9fd94592b679fe1fe3e19b0e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 15:40:17 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ PROVENANCE.md | 2 +- lib/ldclient-openfeature/version.rb | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e85f4a..911f62c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/launchdarkly/openfeature-ruby-server/compare/0.1.0...0.2.0) (2026-03-13) + + +### Features + +* Update to 0.6.x openfeature-sdk. ([#16](https://github.com/launchdarkly/openfeature-ruby-server/issues/16)) ([31e7222](https://github.com/launchdarkly/openfeature-ruby-server/commit/31e7222251e33a2fc7e7378d8734f0f09e6090c4)) + ## 0.1.0 (2024-08-05) diff --git a/PROVENANCE.md b/PROVENANCE.md index d3482ae..eba073d 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=0.1.0 +SDK_VERSION=0.2.0 ``` diff --git a/lib/ldclient-openfeature/version.rb b/lib/ldclient-openfeature/version.rb index 22f2e7c..f86feec 100644 --- a/lib/ldclient-openfeature/version.rb +++ b/lib/ldclient-openfeature/version.rb @@ -2,6 +2,6 @@ module LaunchDarkly module OpenFeature - VERSION = "0.1.0" # x-release-please-version + VERSION = "0.2.0" # x-release-please-version end end