Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.unleash 0.1.1-…
Browse files Browse the repository at this point in the history
…alpha
  • Loading branch information
github-actions[bot] authored Oct 17, 2024
1 parent 698e26d commit b32fdb2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"providers/flagsmith": "0.0.9",
"providers/env-var": "0.0.7",
"providers/jsonlogic-eval-provider": "1.1.1",
"providers/unleash": "0.1.0-alpha",
"providers/unleash": "0.1.1-alpha",
"providers/flipt": "0.1.1",
"providers/configcat": "0.1.0",
"providers/statsig": "0.1.0",
Expand Down
7 changes: 7 additions & 0 deletions providers/unleash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [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) (2024-10-17)


### 🧹 Chore

* **deps:** update dependency org.apache.logging.log4j:log4j-slf4j2-impl to v2.24.1 ([#986](https://github.com/open-feature/java-sdk-contrib/issues/986)) ([1e53431](https://github.com/open-feature/java-sdk-contrib/commit/1e53431353c1de0856db6bdb815d2218d9ac94a2))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion providers/unleash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<dependency>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>unleash</artifactId>
<version>0.1.0-alpha</version>
<version>0.1.1-alpha</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion providers/unleash/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>unleash</artifactId>
<version>0.1.0-alpha</version> <!--x-release-please-version -->
<version>0.1.1-alpha</version> <!--x-release-please-version -->

<name>unleash</name>
<description>unleash provider for Java</description>
Expand Down
2 changes: 1 addition & 1 deletion providers/unleash/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0-alpha
0.1.1-alpha

0 comments on commit b32fdb2

Please sign in to comment.