Skip to content

Commit

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

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 16, 2023
1 parent b4f7aa5 commit 0216079
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 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.2-alpha",
"providers/flipt": "0.0.2",
"providers/configcat": "0.0.1"
"providers/configcat": "0.0.2"
}
21 changes: 21 additions & 0 deletions providers/configcat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

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


### 🐛 Bug Fixes

* **deps:** update dependency com.configcat:configcat-java-client to v8.4.0 ([#541](https://github.com/open-feature/java-sdk-contrib/issues/541)) ([b4f7aa5](https://github.com/open-feature/java-sdk-contrib/commit/b4f7aa548f2e4cdcd7646195b49e899dcd3aca20))


### ✨ New Features

* Add ConfigCat provider ([#521](https://github.com/open-feature/java-sdk-contrib/issues/521)) ([879cc9d](https://github.com/open-feature/java-sdk-contrib/commit/879cc9d1bc8a6363339c2b85b42dd0f6b3178846))


### 🧹 Chore

* release main ([#18](https://github.com/open-feature/java-sdk-contrib/issues/18)) ([2c2c6b4](https://github.com/open-feature/java-sdk-contrib/commit/2c2c6b4e1d1c0aa62ca33a001e8f19b97637d7aa))
* release main ([#20](https://github.com/open-feature/java-sdk-contrib/issues/20)) ([a2ce781](https://github.com/open-feature/java-sdk-contrib/commit/a2ce781e156ae0fb43a72e9281cf43f74046276c))
* release main ([#7](https://github.com/open-feature/java-sdk-contrib/issues/7)) ([8bc5519](https://github.com/open-feature/java-sdk-contrib/commit/8bc5519d863e581dc061e71ffb23261d3ad1b013))
* release main ([#9](https://github.com/open-feature/java-sdk-contrib/issues/9)) ([adfe90f](https://github.com/open-feature/java-sdk-contrib/commit/adfe90f06227ea199165fa2436541dbf2e492f06))
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.1</version>
<version>0.0.2</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.0.1</version> <!--x-release-please-version -->
<version>0.0.2</version> <!--x-release-please-version -->

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

0 comments on commit 0216079

Please sign in to comment.