Skip to content

Commit

Permalink
chore: release main (#122)
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 24, 2023
1 parent 9ad24f1 commit ffdc02c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"hooks/open-telemetry": "0.2.2",
"hooks/validator": "0.1.2",
"providers/flagd": "0.1.8",
"providers/flagd": "0.1.9",
"providers/from-env": "0.1.2",
"providers/go-feature-flag": "0.1.4",
"tests/flagd": "1.1.0"
"tests/flagd": "1.2.0"
}
7 changes: 7 additions & 0 deletions providers/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.9](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagd/v0.1.8...providers/flagd/v0.1.9) (2023-02-24)


### Bug Fixes

* **deps:** update module github.com/open-feature/flagd to v0.3.7 ([#106](https://github.com/open-feature/go-sdk-contrib/issues/106)) ([497ed34](https://github.com/open-feature/go-sdk-contrib/commit/497ed34add9d3f77fdcd3eb48e175aa39cc4388f))

## [0.1.8](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagd/v0.1.7...providers/flagd/v0.1.8) (2023-02-21)


Expand Down
7 changes: 7 additions & 0 deletions tests/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/open-feature/go-sdk-contrib/compare/tests/flagd/v1.1.0...tests/flagd/v1.2.0) (2023-02-24)


### Features

* use symbolic links to bypass flagd receiving empty state in file changes ([#123](https://github.com/open-feature/go-sdk-contrib/issues/123)) ([9ad24f1](https://github.com/open-feature/go-sdk-contrib/commit/9ad24f10028173ebcbdde161a5aa9c8c8f71a9ed))

## [1.1.0](https://github.com/open-feature/go-sdk-contrib/compare/tests/flagd/v1.0.1...tests/flagd/v1.1.0) (2023-02-13)


Expand Down

0 comments on commit ffdc02c

Please sign in to comment.