Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.flagd 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 25, 2024
1 parent 4a041b0 commit a28c313
Show file tree
Hide file tree
Showing 5 changed files with 21 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.9",
"providers/flagd": "0.9.0",
"hooks/open-telemetry": "3.1.2",
"providers/go-feature-flag": "0.2.23",
"providers/flagsmith": "0.0.9",
Expand Down
17 changes: 17 additions & 0 deletions providers/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.9.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.9...dev.openfeature.contrib.providers.flagd-v0.9.0) (2024-09-25)


### ⚠ BREAKING CHANGES

* use sdk-maintained state, require 1.12 ([#964](https://github.com/open-feature/java-sdk-contrib/issues/964))

### 🐛 Bug Fixes

* **deps:** update dependency com.networknt:json-schema-validator to v1.5.2 ([#958](https://github.com/open-feature/java-sdk-contrib/issues/958)) ([da10fe8](https://github.com/open-feature/java-sdk-contrib/commit/da10fe856b53ac3bdf284a194e011895f397bec3))
* **deps:** update grpc-java monorepo to v1.68.0 ([#962](https://github.com/open-feature/java-sdk-contrib/issues/962)) ([96a78bd](https://github.com/open-feature/java-sdk-contrib/commit/96a78bdf3a01445eb41d4496f51660666281668a))


### ✨ New Features

* use sdk-maintained state, require 1.12 ([#964](https://github.com/open-feature/java-sdk-contrib/issues/964)) ([4a041b0](https://github.com/open-feature/java-sdk-contrib/commit/4a041b0dda9c4e460f4c2199f3bc680df0dda621))

## [0.8.9](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.8...dev.openfeature.contrib.providers.flagd-v0.8.9) (2024-09-17)


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.9</version>
<version>0.9.0</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.9</version> <!--x-release-please-version -->
<version>0.9.0</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.9
0.9.0

0 comments on commit a28c313

Please sign in to comment.