From b822a5142e456f2978517d781bfc2cab06632a44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:51:52 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ PROVENANCE.md | 2 +- lib/ldclient-openfeature/version.rb | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..7e85f4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,10 @@ # Changelog + +## 0.1.0 (2024-08-05) + + +### Features + +* Add initial implementation of provider ([#1](https://github.com/launchdarkly/openfeature-ruby-server/issues/1)) ([7550e14](https://github.com/launchdarkly/openfeature-ruby-server/commit/7550e14d94f6a70b0087ba9801dfbfe93c1b374d)) + +## Changelog diff --git a/PROVENANCE.md b/PROVENANCE.md index 4f15cc5..3c762cc 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.0.0 +SDK_VERSION=0.1.0 ``` diff --git a/lib/ldclient-openfeature/version.rb b/lib/ldclient-openfeature/version.rb index 9dd5b90..22f2e7c 100644 --- a/lib/ldclient-openfeature/version.rb +++ b/lib/ldclient-openfeature/version.rb @@ -2,6 +2,6 @@ module LaunchDarkly module OpenFeature - VERSION = "0.0.0" # x-release-please-version + VERSION = "0.1.0" # x-release-please-version end end