From 12db272307d6ab64f6686ee7c3612b07177b7d68 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 09:39:48 -0800 Subject: [PATCH] chore(main): release 0.0.3 (#26) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ lib/openfeature/sdk/version.rb | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c7159c1..28e831b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.2" + ".": "0.0.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 600072d..08b2886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.0.3](https://github.com/open-feature/ruby-sdk/compare/v0.0.2...v0.0.3) (2022-11-11) + + +### Bug Fixes + +* Update Gemfile.lock ([#25](https://github.com/open-feature/ruby-sdk/issues/25)) ([6a1f789](https://github.com/open-feature/ruby-sdk/commit/6a1f789bd016a6b1d961a8ce61d3366116d4e3e5)) +* Update release please ([#24](https://github.com/open-feature/ruby-sdk/issues/24)) ([457c326](https://github.com/open-feature/ruby-sdk/commit/457c3262131c55deeb5719d94ee18ac8591488b1)) +* Update release please ([#27](https://github.com/open-feature/ruby-sdk/issues/27)) ([ca98386](https://github.com/open-feature/ruby-sdk/commit/ca983861fd50388a05bca60b1483ed65fb8aedb5)) + ## [0.0.2](https://github.com/open-feature/ruby-sdk/compare/v0.0.1...v0.0.2) (2022-11-11) diff --git a/lib/openfeature/sdk/version.rb b/lib/openfeature/sdk/version.rb index 1b27bac..b9821b8 100644 --- a/lib/openfeature/sdk/version.rb +++ b/lib/openfeature/sdk/version.rb @@ -2,6 +2,6 @@ module OpenFeature module SDK - VERSION = "0.0.2" + VERSION = "0.0.3" end end