Skip to content

Commit 8bc8a7e

Browse files
chore(main): release dev.openfeature.contrib.providers.flagd 0.11.12
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 898e962 commit 8bc8a7e

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-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.11.11",
2+
"providers/flagd": "0.11.12",
33
"hooks/open-telemetry": "3.2.1",
44
"providers/go-feature-flag": "0.4.3",
55
"providers/flagsmith": "0.0.10",

providers/flagd/CHANGELOG.md

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

3+
## [0.11.12](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.11...dev.openfeature.contrib.providers.flagd-v0.11.12) (2025-07-02)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency com.networknt:json-schema-validator to v1.5.8 ([#1447](https://github.com/open-feature/java-sdk-contrib/issues/1447)) ([1fd425b](https://github.com/open-feature/java-sdk-contrib/commit/1fd425bba5eef44c4bde2e8546a2c0c094960dd3))
9+
10+
11+
### 🧹 Chore
12+
13+
* **deps:** update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.3.2 ([#1446](https://github.com/open-feature/java-sdk-contrib/issues/1446)) ([e43b96e](https://github.com/open-feature/java-sdk-contrib/commit/e43b96e40d8c06b229043990fa7a8d238c7d406a))
14+
* **deps:** update providers/flagd/spec digest to 705d086 ([#1448](https://github.com/open-feature/java-sdk-contrib/issues/1448)) ([44abcde](https://github.com/open-feature/java-sdk-contrib/commit/44abcde5ecfe0b1c9f61444a007c63520d66b33a))
15+
* **deps:** update providers/flagd/spec digest to a367871 ([#1453](https://github.com/open-feature/java-sdk-contrib/issues/1453)) ([176e05e](https://github.com/open-feature/java-sdk-contrib/commit/176e05ed3f9f625df22da32ce5cd83f993c7d32e))
16+
* **deps:** update providers/flagd/spec digest to c37ac17 ([#1444](https://github.com/open-feature/java-sdk-contrib/issues/1444)) ([b43324e](https://github.com/open-feature/java-sdk-contrib/commit/b43324e46de010d908710ce653b53fb49ae676ab))
17+
* **deps:** update testcontainers-java monorepo to v1.21.3 ([#1451](https://github.com/open-feature/java-sdk-contrib/issues/1451)) ([778b4b5](https://github.com/open-feature/java-sdk-contrib/commit/778b4b5f1a6ad29b5275ced12e05c3b645f2ca63))
18+
319
## [0.11.11](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.10...dev.openfeature.contrib.providers.flagd-v0.11.11) (2025-06-25)
420

521

providers/flagd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This provider is designed to use flagd's [evaluation protocol](https://github.co
88
<dependency>
99
<groupId>dev.openfeature.contrib.providers</groupId>
1010
<artifactId>flagd</artifactId>
11-
<version>0.11.11</version>
11+
<version>0.11.12</version>
1212
</dependency>
1313
```
1414
<!-- x-release-please-end-version -->

providers/flagd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>dev.openfeature.contrib.providers</groupId>
1313
<artifactId>flagd</artifactId>
14-
<version>0.11.11</version> <!--x-release-please-version -->
14+
<version>0.11.12</version> <!--x-release-please-version -->
1515

1616
<properties>
1717
<!-- exclusion expression for e2e tests -->

providers/flagd/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.11
1+
0.11.12

0 commit comments

Comments
 (0)