Skip to content

Commit 028b6e9

Browse files
chore(main): release dev.openfeature.contrib.providers.go-feature-flag 0.4.4
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 21cce76 commit 028b6e9

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"providers/flagd": "0.11.8",
33
"hooks/open-telemetry": "3.2.1",
4-
"providers/go-feature-flag": "0.4.3",
4+
"providers/go-feature-flag": "0.4.4",
55
"providers/flagsmith": "0.0.10",
66
"providers/env-var": "0.0.7",
77
"providers/jsonlogic-eval-provider": "1.1.1",

providers/go-feature-flag/CHANGELOG.md

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

3+
## [0.4.4](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.4.3...dev.openfeature.contrib.providers.go-feature-flag-v0.4.4) (2025-05-02)
4+
5+
6+
### ✨ New Features
7+
8+
* migrate to Java 11 ([#1336](https://github.com/open-feature/java-sdk-contrib/issues/1336)) ([a4be1ff](https://github.com/open-feature/java-sdk-contrib/commit/a4be1ff66870a72189873171e83c5b65dbb9991c))
9+
10+
11+
### 🧹 Chore
12+
13+
* loosen parent version req ([#1341](https://github.com/open-feature/java-sdk-contrib/issues/1341)) ([4c7b584](https://github.com/open-feature/java-sdk-contrib/commit/4c7b58413b47db5c8c52b906ec2cbbc846779199))
14+
315
## [0.4.3](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.4.2...dev.openfeature.contrib.providers.go-feature-flag-v0.4.3) (2025-03-17)
416

517

providers/go-feature-flag/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>go-feature-flag</artifactId>
13-
<version>0.4.3</version> <!--x-release-please-version -->
13+
<version>0.4.4</version> <!--x-release-please-version -->
1414

1515
<name>go-feature-flag</name>
1616
<description>GO Feature Flag provider for Java</description>

providers/go-feature-flag/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.3
1+
0.4.4

0 commit comments

Comments
 (0)