Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.flagd 0.8.1 (#757
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 May 17, 2024
1 parent 77e9528 commit e4f29b0
Show file tree
Hide file tree
Showing 5 changed files with 17 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.0",
"providers/flagd": "0.8.1",
"hooks/open-telemetry": "3.1.1",
"providers/go-feature-flag": "0.2.20",
"providers/flagsmith": "0.0.8",
Expand Down
13 changes: 13 additions & 0 deletions providers/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.8.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.0...dev.openfeature.contrib.providers.flagd-v0.8.1) (2024-05-17)


### 🐛 Bug Fixes

* **deps:** update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.1 ([#777](https://github.com/open-feature/java-sdk-contrib/issues/777)) ([8b582d6](https://github.com/open-feature/java-sdk-contrib/commit/8b582d6052fd22b8141a9765b2a1a261933fd3a2))
* **deps:** update dependency commons-codec:commons-codec to v1.17.0 ([#769](https://github.com/open-feature/java-sdk-contrib/issues/769)) ([3fbb213](https://github.com/open-feature/java-sdk-contrib/commit/3fbb2137575d716e3f2e62c6c49f860aa748ce39))
* **deps:** update dependency io.netty:netty-transport-native-epoll to v4.1.109.final ([#756](https://github.com/open-feature/java-sdk-contrib/issues/756)) ([765cb36](https://github.com/open-feature/java-sdk-contrib/commit/765cb36b7413c765cf90c0805c6db2e7281909bd))
* **deps:** update dependency org.semver4j:semver4j to v5.3.0 ([#767](https://github.com/open-feature/java-sdk-contrib/issues/767)) ([c43fe00](https://github.com/open-feature/java-sdk-contrib/commit/c43fe00277c297516f3e83fefdb05a9a8794bce9))
* **deps:** update grpc-java monorepo to v1.64.0 ([#788](https://github.com/open-feature/java-sdk-contrib/issues/788)) ([03a545a](https://github.com/open-feature/java-sdk-contrib/commit/03a545a742ecfc89a74bcaf12bd93de2fa0c1fed))
* **deps:** update opentelemetry-java monorepo to v1.38.0 ([#785](https://github.com/open-feature/java-sdk-contrib/issues/785)) ([61ac99f](https://github.com/open-feature/java-sdk-contrib/commit/61ac99f577b08b8abcfcaccb421d950465907f2c))
* update flagd schema to remove warning ([#789](https://github.com/open-feature/java-sdk-contrib/issues/789)) ([77e9528](https://github.com/open-feature/java-sdk-contrib/commit/77e9528573cef8daf5127fce125522e254b2d1ed))

## [0.8.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.7.0...dev.openfeature.contrib.providers.flagd-v0.8.0) (2024-04-11)


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.0</version>
<version>0.8.1</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.0</version> <!--x-release-please-version -->
<version>0.8.1</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.0
0.8.1

0 comments on commit e4f29b0

Please sign in to comment.