Skip to content

Commit

Permalink
chore(main): release openfeature-go-feature-flag-provider 0.1.2 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
openfeaturebot authored Dec 2, 2024
1 parent df65efc commit 4a747bb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"providers/openfeature-flagd-provider": "0.1.2",
"providers/openfeature-meta_provider": "0.0.3",
"providers/openfeature-go-feature-flag-provider": "0.1.1"
"providers/openfeature-go-feature-flag-provider": "0.1.2"
}
7 changes: 7 additions & 0 deletions providers/openfeature-go-feature-flag-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2](https://github.com/open-feature/ruby-sdk-contrib/compare/openfeature-go-feature-flag-provider/v0.1.1...openfeature-go-feature-flag-provider/v0.1.2) (2024-12-02)


### 🐛 Bug Fixes

* loosen faraday version requirements ([#43](https://github.com/open-feature/ruby-sdk-contrib/issues/43)) ([df65efc](https://github.com/open-feature/ruby-sdk-contrib/commit/df65efc5c3c55536e2aa964fc075d89da8c19108))

## [0.1.1](https://github.com/open-feature/ruby-sdk-contrib/compare/openfeature-go-feature-flag-provider-v0.1.0...openfeature-go-feature-flag-provider/v0.1.1) (2024-08-13)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openfeature-go-feature-flag-provider (0.1.1)
openfeature-go-feature-flag-provider (0.1.2)
faraday (~> 2.10)
openfeature-sdk (~> 0.3.1)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OpenFeature
module GoFeatureFlag
GO_FEATURE_FLAG_PROVIDER_VERSION = "0.1.1"
GO_FEATURE_FLAG_PROVIDER_VERSION = "0.1.2"
end
end

0 comments on commit 4a747bb

Please sign in to comment.