Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.configcat 0.0.3 (
Browse files Browse the repository at this point in the history
#544)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 30, 2024
1 parent 4a2cca0 commit 8b42f0d
Show file tree
Hide file tree
Showing 5 changed files with 23 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 @@ -7,5 +7,5 @@
"providers/jsonlogic-eval-provider": "1.0.1",
"providers/unleash": "0.0.4-alpha",
"providers/flipt": "0.0.2",
"providers/configcat": "0.0.2"
"providers/configcat": "0.0.3"
}
19 changes: 19 additions & 0 deletions providers/configcat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.0.3](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.configcat-v0.0.2...dev.openfeature.contrib.providers.configcat-v0.0.3) (2024-01-27)


### 🐛 Bug Fixes

* **deps:** update dependency org.slf4j:slf4j-api to v2.0.10 ([#610](https://github.com/open-feature/java-sdk-contrib/issues/610)) ([ce3825a](https://github.com/open-feature/java-sdk-contrib/commit/ce3825af03beb0ec682eec390efd4cfff973bc99))
* **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))


### ✨ New Features

* Adopt ConfigCat v9 ([#644](https://github.com/open-feature/java-sdk-contrib/issues/644)) ([4d97c54](https://github.com/open-feature/java-sdk-contrib/commit/4d97c548e71b82ea5069b2ca466c9cc1e444c9fe))


### 🧹 Chore

* **deps:** update dependency org.apache.logging.log4j:log4j-slf4j2-impl to v2.22.0 ([#540](https://github.com/open-feature/java-sdk-contrib/issues/540)) ([01d379f](https://github.com/open-feature/java-sdk-contrib/commit/01d379fc720c14c1fd1b6baeba23f3ab7007e740))
* **deps:** update dependency org.apache.logging.log4j:log4j-slf4j2-impl to v2.22.1 ([#607](https://github.com/open-feature/java-sdk-contrib/issues/607)) ([75f0e3f](https://github.com/open-feature/java-sdk-contrib/commit/75f0e3f63a0f49d1d90de819145e480cd8eb4b6a))

## [0.0.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.configcat-v0.0.1...dev.openfeature.contrib.providers.configcat-v0.0.2) (2023-11-16)


Expand Down
2 changes: 1 addition & 1 deletion providers/configcat/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>configcat</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion providers/configcat/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>configcat</artifactId>
<version>0.1.0</version> <!--x-release-please-version -->
<version>0.0.3</version> <!--x-release-please-version -->

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

0 comments on commit 8b42f0d

Please sign in to comment.