Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.flagd 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 19, 2024
1 parent 92a0499 commit 467e0b0
Show file tree
Hide file tree
Showing 5 changed files with 12 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.8.2",
"providers/flagd": "0.8.3",
"hooks/open-telemetry": "3.1.2",
"providers/go-feature-flag": "0.2.21",
"providers/flagsmith": "0.0.8",
Expand Down
8 changes: 8 additions & 0 deletions providers/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.8.3](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.2...dev.openfeature.contrib.providers.flagd-v0.8.3) (2024-06-19)


### 🐛 Bug Fixes

* broken netty transport ([#834](https://github.com/open-feature/java-sdk-contrib/issues/834)) ([92a0499](https://github.com/open-feature/java-sdk-contrib/commit/92a049933e9efd756b59db44487597b66878ff6e))
* **deps:** update dependency io.netty:netty-transport-native-epoll to v4.1.111.final ([#819](https://github.com/open-feature/java-sdk-contrib/issues/819)) ([6bc7761](https://github.com/open-feature/java-sdk-contrib/commit/6bc7761672c8c488933323e19cc6f80801841f8f))

## [0.8.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.1...dev.openfeature.contrib.providers.flagd-v0.8.2) (2024-06-14)


Expand Down
2 changes: 1 addition & 1 deletion providers/flagd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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.8.2</version>
<version>0.8.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.8.2</version> <!--x-release-please-version -->
<version>0.8.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.8.2
0.8.3

0 comments on commit 467e0b0

Please sign in to comment.