Skip to content

Commit

Permalink
chore(main): release 0.0.3 (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 11, 2022
1 parent ca98386 commit 12db272
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.2"
".": "0.0.3"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lib/openfeature/sdk/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module OpenFeature
module SDK
VERSION = "0.0.2"
VERSION = "0.0.3"
end
end

0 comments on commit 12db272

Please sign in to comment.