Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.flagd 0.6.4 (#457
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>
Co-authored-by: Kavindu Dodanduwa <Kavindu-Dodan@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Kavindu-Dodan authored Sep 28, 2023
1 parent 070fbea commit 5bb43c1
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.3",
"providers/flagd": "0.6.4",
"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.4](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.6.3...dev.openfeature.contrib.providers.flagd-v0.6.4) (2023-09-28)


### Features

* force update gson depdency ([#460](https://github.com/open-feature/java-sdk-contrib/issues/460)) ([269d284](https://github.com/open-feature/java-sdk-contrib/commit/269d28448834c2ea06e8daa9fef3bd48d501c702))
* jul to slf4j ([#458](https://github.com/open-feature/java-sdk-contrib/issues/458)) ([a90a864](https://github.com/open-feature/java-sdk-contrib/commit/a90a864a668453e8a0f47af4813cdb669696f678))


### Bug Fixes

* **deps:** update dependency io.netty:netty-transport-native-epoll to v4.1.99.final ([#464](https://github.com/open-feature/java-sdk-contrib/issues/464)) ([9456f63](https://github.com/open-feature/java-sdk-contrib/commit/9456f63f736d596ba31d550db7a8e7cb2b89f256))
* **deps:** update dependency org.semver4j:semver4j to v5.2.1 ([#456](https://github.com/open-feature/java-sdk-contrib/issues/456)) ([7aee884](https://github.com/open-feature/java-sdk-contrib/commit/7aee884e25322b6868d649835439da441c57802c))

## [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)


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.3</version>
<version>0.6.4</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.3</version> <!--x-release-please-version -->
<version>0.6.4</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.3
0.6.4

0 comments on commit 5bb43c1

Please sign in to comment.