Skip to content

Commit 5a61dcd

Browse files
chore(main): release dev.openfeature.contrib.providers.flagd 0.5.10 (#304)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b16dcd5 commit 5a61dcd

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"providers/flagd": "0.5.9",
2+
"providers/flagd": "0.5.10",
33
"hooks/open-telemetry": "1.0.2",
44
"providers/go-feature-flag": "0.2.6",
55
"providers/flagsmith": "0.0.4",

providers/flagd/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.5.10](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.5.9...dev.openfeature.contrib.providers.flagd-v0.5.10) (2023-05-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency io.grpc:grpc-netty to v1.55.1 ([#308](https://github.com/open-feature/java-sdk-contrib/issues/308)) ([5c64de5](https://github.com/open-feature/java-sdk-contrib/commit/5c64de5959ff872a3958da8896b7881b60788d34))
9+
* **deps:** update dependency io.grpc:grpc-protobuf to v1.55.1 ([#309](https://github.com/open-feature/java-sdk-contrib/issues/309)) ([537307e](https://github.com/open-feature/java-sdk-contrib/commit/537307e65666c6dfb91a715722ba913268f847cd))
10+
* **deps:** update dependency io.grpc:grpc-stub to v1.55.1 ([#310](https://github.com/open-feature/java-sdk-contrib/issues/310)) ([b16dcd5](https://github.com/open-feature/java-sdk-contrib/commit/b16dcd55077961f53ee59c28f1c6d430f15bdf43))
11+
* **deps:** update dependency io.opentelemetry:opentelemetry-api to v1.26.0 ([#302](https://github.com/open-feature/java-sdk-contrib/issues/302)) ([021f048](https://github.com/open-feature/java-sdk-contrib/commit/021f0483ea0606b5298e8822ac5b8ad656338fcf))
12+
313
## [0.5.9](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.5.8...dev.openfeature.contrib.providers.flagd-v0.5.9) (2023-05-01)
414

515
### Deprecated :warning:

providers/flagd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A feature flag daemon with a Unix philosophy.
1010
<dependency>
1111
<groupId>dev.openfeature.contrib.providers</groupId>
1212
<artifactId>flagd</artifactId>
13-
<version>0.5.9</version>
13+
<version>0.5.10</version>
1414
</dependency>
1515
```
1616
<!-- x-release-please-end-version -->

providers/flagd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>
1212
<artifactId>flagd</artifactId>
13-
<version>0.5.9</version> <!--x-release-please-version -->
13+
<version>0.5.10</version> <!--x-release-please-version -->
1414

1515
<name>flagd</name>
1616
<description>FlagD provider for Java</description>

providers/flagd/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.9
1+
0.5.10

0 commit comments

Comments
 (0)