Skip to content

Commit 20364b9

Browse files
chore(main): release 0.0.2 (#19)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f599225 commit 20364b9

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1"
2+
".": "0.0.2"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1+
# Changelog
2+
3+
## [0.0.2](https://github.com/open-feature/ruby-sdk/compare/v0.0.1...v0.0.2) (2022-11-11)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
* 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))
10+
* Update release please ([#20](https://github.com/open-feature/ruby-sdk/issues/20)) ([9ce28b5](https://github.com/open-feature/ruby-sdk/commit/9ce28b51b295f21a58ffd9812de794b3d3f1803b))
11+
112
## [Unreleased]

lib/openfeature/sdk/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module OpenFeature
44
module SDK
5-
VERSION = "0.0.1"
5+
VERSION = "0.0.2"
66
end
77
end

0 commit comments

Comments
 (0)