Skip to content

Commit 070fbea

Browse files
chore(main): release dev.openfeature.contrib.providers.unleash 0.0.2-alpha (#463)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Todd Baert <[email protected]>
1 parent 9456f63 commit 070fbea

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"providers/flagsmith": "0.0.8",
66
"providers/env-var": "0.0.4",
77
"providers/jsonlogic-eval-provider": "1.0.0",
8-
"providers/unleash": "0.0.1-alpha"
8+
"providers/unleash": "0.0.2-alpha"
99
}

providers/unleash/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.0.2-alpha](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.unleash-v0.0.1-alpha...dev.openfeature.contrib.providers.unleash-v0.0.2-alpha) (2023-09-28)
4+
5+
6+
### Features
7+
8+
* add Unleash provider ([#424](https://github.com/open-feature/java-sdk-contrib/issues/424)) ([ec6b3c9](https://github.com/open-feature/java-sdk-contrib/commit/ec6b3c912c20cb3c4e435278a4967215278d8456))

providers/unleash/README.md

+1-1
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.0.1-alpha</version>
14+
<version>0.0.2-alpha</version>
1515
</dependency>
1616
```
1717

providers/unleash/pom.xml

+1-1
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.0.1-alpha</version> <!--x-release-please-version -->
13+
<version>0.0.2-alpha</version> <!--x-release-please-version -->
1414

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

providers/unleash/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1-alpha
1+
0.0.2-alpha

0 commit comments

Comments
 (0)