Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.flagd 0.6.3 (#446
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 22, 2023
1 parent a96c5d8 commit 370f3d2
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"providers/flagd": "0.6.2",
"providers/flagd": "0.6.3",
"hooks/open-telemetry": "2.1.0",
"providers/go-feature-flag": "0.2.13",
"providers/flagsmith": "0.0.8",
Expand Down
14 changes: 14 additions & 0 deletions providers/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.6.3](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.6.2...dev.openfeature.contrib.providers.flagd-v0.6.3) (2023-09-22)


### Features

* flagd in-process evalator improvements ([#451](https://github.com/open-feature/java-sdk-contrib/issues/451)) ([a96c5d8](https://github.com/open-feature/java-sdk-contrib/commit/a96c5d8f72cbcc528e4db9a1981e911658d1caae))


### Bug Fixes

* await shutdown in in-process mode ([#445](https://github.com/open-feature/java-sdk-contrib/issues/445)) ([49340ef](https://github.com/open-feature/java-sdk-contrib/commit/49340ef1dd4539eb313b6da52bd5e3e2b66784cc))
* **deps:** update dependency io.netty:netty-transport-native-epoll to v4.1.98.final ([#444](https://github.com/open-feature/java-sdk-contrib/issues/444)) ([8ceff09](https://github.com/open-feature/java-sdk-contrib/commit/8ceff09244e13136b740be711883fe89deb1fa7f))
* **deps:** update dependency org.semver4j:semver4j to v5.2.0 ([#450](https://github.com/open-feature/java-sdk-contrib/issues/450)) ([2b8f978](https://github.com/open-feature/java-sdk-contrib/commit/2b8f978e9f3d513242bc1dc81fd6114e07ea8648))

## [0.6.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.6.1...dev.openfeature.contrib.providers.flagd-v0.6.2) (2023-09-19)


Expand Down
2 changes: 1 addition & 1 deletion providers/flagd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This provider is designed to use flagd's [evaluation protocol](https://github.co
<dependency>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>flagd</artifactId>
<version>0.6.2</version>
<version>0.6.3</version>
</dependency>
```
<!-- x-release-please-end-version -->
Expand Down
2 changes: 1 addition & 1 deletion providers/flagd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>flagd</artifactId>
<version>0.6.2</version> <!--x-release-please-version -->
<version>0.6.3</version> <!--x-release-please-version -->

<properties>
<!-- exclusion expression for e2e tests -->
Expand Down
2 changes: 1 addition & 1 deletion providers/flagd/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.2
0.6.3

0 comments on commit 370f3d2

Please sign in to comment.