Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.unleash 0.0.5-…
Browse files Browse the repository at this point in the history
…alpha
  • Loading branch information
github-actions[bot] committed Feb 8, 2024
1 parent 73d22c6 commit 07ad1b4
Show file tree
Hide file tree
Showing 5 changed files with 12 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.8",
"providers/env-var": "0.0.5",
"providers/jsonlogic-eval-provider": "1.0.1",
"providers/unleash": "0.0.4-alpha",
"providers/unleash": "0.0.5-alpha",
"providers/flipt": "0.0.2",
"providers/configcat": "0.0.3"
}
8 changes: 8 additions & 0 deletions providers/unleash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.0.5-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.0.5-alpha) (2024-02-08)


### 🐛 Bug Fixes

* **deps:** update dependency org.slf4j:slf4j-api to v2.0.11 ([#619](https://github.com/open-feature/java-sdk-contrib/issues/619)) ([178fd42](https://github.com/open-feature/java-sdk-contrib/commit/178fd42d314bb7f7018d70d532020a366cc58ae3))
* **deps:** update dependency org.slf4j:slf4j-api to v2.0.12 ([#661](https://github.com/open-feature/java-sdk-contrib/issues/661)) ([f03d933](https://github.com/open-feature/java-sdk-contrib/commit/f03d93305bda8ea932831e81db57c989ce4e14e4))

## [0.0.4-alpha](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.unleash-v0.0.3-alpha...dev.openfeature.contrib.providers.unleash-v0.0.4-alpha) (2023-12-31)


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.0.4-alpha</version>
<version>0.0.5-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.0.4-alpha</version> <!--x-release-please-version -->
<version>0.0.5-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.0.4-alpha
0.0.5-alpha

0 comments on commit 07ad1b4

Please sign in to comment.