From 20364b9308de6e9b7914fe05a11dd467db15d7dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 11:57:31 -0500 Subject: [PATCH] chore(main): release 0.0.2 (#19) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ lib/openfeature/sdk/version.rb | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1332969..c7159c1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.0.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 701cd4c..600072d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,12 @@ +# Changelog + +## [0.0.2](https://github.com/open-feature/ruby-sdk/compare/v0.0.1...v0.0.2) (2022-11-11) + + +### Bug Fixes + +* Update gemspec to remove mfa ([#22](https://github.com/open-feature/ruby-sdk/issues/22)) ([ea5250d](https://github.com/open-feature/ruby-sdk/commit/ea5250dfd16598a13a1a6542e44f4fa3664f251e)) +* Update README with support matrix ([#18](https://github.com/open-feature/ruby-sdk/issues/18)) ([2f79a87](https://github.com/open-feature/ruby-sdk/commit/2f79a87320cff30835081599f21f544d2d4e52cf)) +* Update release please ([#20](https://github.com/open-feature/ruby-sdk/issues/20)) ([9ce28b5](https://github.com/open-feature/ruby-sdk/commit/9ce28b51b295f21a58ffd9812de794b3d3f1803b)) + ## [Unreleased] diff --git a/lib/openfeature/sdk/version.rb b/lib/openfeature/sdk/version.rb index fb8948f..1b27bac 100644 --- a/lib/openfeature/sdk/version.rb +++ b/lib/openfeature/sdk/version.rb @@ -2,6 +2,6 @@ module OpenFeature module SDK - VERSION = "0.0.1" + VERSION = "0.0.2" end end