Skip to content

Commit d8bfa3e

Browse files
chore(main): release dev.openfeature.contrib.providers.unleash 0.1.1-alpha (#1481)
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 5dbc8ab commit d8bfa3e

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
@@ -5,7 +5,7 @@
55
"providers/flagsmith": "0.0.11",
66
"providers/env-var": "0.0.10",
77
"providers/jsonlogic-eval-provider": "1.2.0",
8-
"providers/unleash": "0.1.0-alpha",
8+
"providers/unleash": "0.1.1-alpha",
99
"providers/flipt": "0.1.2",
1010
"providers/configcat": "0.2.0",
1111
"providers/statsig": "0.2.0",

providers/unleash/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.1.1-alpha](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.unleash-v0.1.0-alpha...dev.openfeature.contrib.providers.unleash-v0.1.1-alpha) (2025-07-08)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency io.getunleash:unleash-client-java to v9.2.5 ([#1078](https://github.com/open-feature/java-sdk-contrib/issues/1078)) ([ed10f3f](https://github.com/open-feature/java-sdk-contrib/commit/ed10f3f2e9b992d5429e7eb89268640d52a5003f))
9+
* **deps:** update dependency io.getunleash:unleash-client-java to v9.2.6 ([#1085](https://github.com/open-feature/java-sdk-contrib/issues/1085)) ([f174e94](https://github.com/open-feature/java-sdk-contrib/commit/f174e94627595a8d71c593c6e9563c52ff4b602f))
10+
* **deps:** update dependency io.getunleash:unleash-client-java to v9.3.1 ([#1170](https://github.com/open-feature/java-sdk-contrib/issues/1170)) ([7c34fed](https://github.com/open-feature/java-sdk-contrib/commit/7c34fedd1ba948356b48773f5f39a74ecc42683c))
11+
* **deps:** update dependency io.getunleash:unleash-client-java to v9.3.2 ([#1182](https://github.com/open-feature/java-sdk-contrib/issues/1182)) ([fd7440a](https://github.com/open-feature/java-sdk-contrib/commit/fd7440affacab117755f8b109da18cc8c562f6c3))
12+
* **deps:** update slf4j monorepo to v2.0.17 ([#1243](https://github.com/open-feature/java-sdk-contrib/issues/1243)) ([66c6a7f](https://github.com/open-feature/java-sdk-contrib/commit/66c6a7fc1bdc3e907793d2fc1eb0d412693a4aee))
13+
14+
15+
### ✨ New Features
16+
17+
* 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))
18+
319
## [0.1.0-alpha](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.unleash-v0.0.4-alpha...dev.openfeature.contrib.providers.unleash-v0.1.0-alpha) (2024-09-25)
420

521

providers/unleash/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<dependency>
1212
<groupId>dev.openfeature.contrib.providers</groupId>
1313
<artifactId>unleash</artifactId>
14-
<version>0.1.0-alpha</version>
14+
<version>0.1.1-alpha</version>
1515
</dependency>
1616
```
1717

providers/unleash/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>unleash</artifactId>
13-
<version>0.1.0-alpha</version> <!--x-release-please-version -->
13+
<version>0.1.1-alpha</version> <!--x-release-please-version -->
1414

1515
<name>unleash</name>
1616
<description>unleash provider for Java</description>

providers/unleash/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0-alpha
1+
0.1.1-alpha

0 commit comments

Comments
 (0)