Skip to content

Commit

Permalink
chore(main): release providers/go-feature-flag 0.2.1 (#573)
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] committed Sep 10, 2024
1 parent 4c85501 commit ee3738f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"providers/flagd": "0.2.2",
"providers/flipt": "0.1.2",
"providers/from-env": "0.1.5",
"providers/go-feature-flag": "0.2.0",
"providers/go-feature-flag": "0.2.1",
"providers/flagsmith": "0.1.4",
"providers/launchdarkly": "0.1.5",
"providers/unleash": "0.0.3-alpha",
Expand Down
12 changes: 12 additions & 0 deletions providers/go-feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.1](https://github.com/open-feature/go-sdk-contrib/compare/providers/go-feature-flag/v0.2.0...providers/go-feature-flag/v0.2.1) (2024-09-10)


### 🐛 Bug Fixes

* Calling `err.Error()` on nil error causes panic ([#579](https://github.com/open-feature/go-sdk-contrib/issues/579)) ([4c85501](https://github.com/open-feature/go-sdk-contrib/commit/4c855019d912982cd30f2c940e0908892c68410b))


### 🧹 Chore

* add license to module ([#554](https://github.com/open-feature/go-sdk-contrib/issues/554)) ([abb7657](https://github.com/open-feature/go-sdk-contrib/commit/abb76571c373582f36837587400104eb754c01b9))

## [0.2.0](https://github.com/open-feature/go-sdk-contrib/compare/providers/go-feature-flag/v0.1.38...providers/go-feature-flag/v0.2.0) (2024-08-14)


Expand Down

0 comments on commit ee3738f

Please sign in to comment.