Skip to content

Commit

Permalink
chore(main): release providers/flagd-in-process 0.1.1 (#337)
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 20, 2023
1 parent d419274 commit 0a529f6
Show file tree
Hide file tree
Showing 2 changed files with 15 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 @@ -3,7 +3,7 @@
"hooks/validator": "0.1.5",
"providers/configcat": "0.2.0",
"providers/flagd": "0.1.17",
"providers/flagd-in-process": "0.1.0",
"providers/flagd-in-process": "0.1.1",
"providers/from-env": "0.1.3",
"providers/go-feature-flag": "0.1.28",
"providers/flagsmith": "0.1.4",
Expand Down
14 changes: 14 additions & 0 deletions providers/flagd-in-process/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [0.1.1](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagd-in-process-v0.1.0...providers/flagd-in-process/v0.1.1) (2023-09-20)


### 🐛 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))
* fractional operator name ([#336](https://github.com/open-feature/go-sdk-contrib/issues/336)) ([d419274](https://github.com/open-feature/go-sdk-contrib/commit/d4192741db354568c05f0fc1306846b2553caff4))


### ✨ New Features

* implement in-process-flagd provider ([#327](https://github.com/open-feature/go-sdk-contrib/issues/327)) ([f9a68b1](https://github.com/open-feature/go-sdk-contrib/commit/f9a68b10d42149b87f87fad03d6829eb77443735))

0 comments on commit 0a529f6

Please sign in to comment.