Skip to content

Commit

Permalink
chore(main): release providers/flagd 0.1.17 (#333)
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 Sep 19, 2023
1 parent cd65569 commit 04b3592
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.16",
"providers/flagd": "0.1.17",
"providers/from-env": "0.1.3",
"providers/go-feature-flag": "0.1.28",
"providers/flagsmith": "0.1.4",
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.17](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagd/v0.1.16...providers/flagd/v0.1.17) (2023-09-18)


### 🐛 Bug Fixes

* error handing, add e2e tests ([#334](https://github.com/open-feature/go-sdk-contrib/issues/334)) ([dfc3b5a](https://github.com/open-feature/go-sdk-contrib/commit/dfc3b5a73e6708aa852a2f2651468de96a754694))


### 🧹 Chore

* add flagd e2e tests ([#331](https://github.com/open-feature/go-sdk-contrib/issues/331)) ([b32ec64](https://github.com/open-feature/go-sdk-contrib/commit/b32ec64e212935d23e1302321bb60f1e5dc345dd))
* add missing go-cmp dep ([#330](https://github.com/open-feature/go-sdk-contrib/issues/330)) ([c9c7d66](https://github.com/open-feature/go-sdk-contrib/commit/c9c7d66b745ce09e49069b67af9e3bf8a92dfa85))

## [0.1.16](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagd/v0.1.15...providers/flagd/v0.1.16) (2023-09-05)


Expand Down

0 comments on commit 04b3592

Please sign in to comment.