Skip to content

Commit

Permalink
chore(main): release providers/flagd 0.1.22 (#436)
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 Feb 1, 2024
1 parent 6056a8a commit bf09669
Show file tree
Hide file tree
Showing 2 changed files with 14 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 @@ -2,7 +2,7 @@
"hooks/open-telemetry": "0.3.0",
"hooks/validator": "0.1.5",
"providers/configcat": "0.2.0",
"providers/flagd": "0.1.21",
"providers/flagd": "0.1.22",
"providers/flipt": "0.1.1",
"providers/from-env": "0.1.3",
"providers/go-feature-flag": "0.1.33",
Expand Down
13 changes: 13 additions & 0 deletions providers/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.22](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagd/v0.1.21...providers/flagd/v0.1.22) (2024-02-01)


### 🐛 Bug Fixes

* **deps:** update golang.org/x/exp digest to 1b97071 ([#379](https://github.com/open-feature/go-sdk-contrib/issues/379)) ([d2b2f1e](https://github.com/open-feature/go-sdk-contrib/commit/d2b2f1e19d5d6e9168174dc2d0196453a57ecac1))
* improvements to the shutdown of provider & support go 1.20 ([#442](https://github.com/open-feature/go-sdk-contrib/issues/442)) ([6056a8a](https://github.com/open-feature/go-sdk-contrib/commit/6056a8a6854d486a476ccd581ca4570148e1e025))


### ✨ New Features

* improve in-process error mapping ([#440](https://github.com/open-feature/go-sdk-contrib/issues/440)) ([1dee30b](https://github.com/open-feature/go-sdk-contrib/commit/1dee30b849fd93694d1945490b7aa53b82669770))

## [0.1.21](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagd/v0.1.20...providers/flagd/v0.1.21) (2024-01-26)


Expand Down

0 comments on commit bf09669

Please sign in to comment.