Skip to content

Commit 0216079

Browse files
chore(main): release dev.openfeature.contrib.providers.configcat 0.0.2 (#542)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b4f7aa5 commit 0216079

File tree

5 files changed

+25
-3
lines changed

5 files changed

+25
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"providers/jsonlogic-eval-provider": "1.0.1",
88
"providers/unleash": "0.0.2-alpha",
99
"providers/flipt": "0.0.2",
10-
"providers/configcat": "0.0.1"
10+
"providers/configcat": "0.0.2"
1111
}

providers/configcat/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
## [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)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **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))
9+
10+
11+
### ✨ New Features
12+
13+
* 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))
14+
15+
16+
### 🧹 Chore
17+
18+
* release main ([#18](https://github.com/open-feature/java-sdk-contrib/issues/18)) ([2c2c6b4](https://github.com/open-feature/java-sdk-contrib/commit/2c2c6b4e1d1c0aa62ca33a001e8f19b97637d7aa))
19+
* release main ([#20](https://github.com/open-feature/java-sdk-contrib/issues/20)) ([a2ce781](https://github.com/open-feature/java-sdk-contrib/commit/a2ce781e156ae0fb43a72e9281cf43f74046276c))
20+
* release main ([#7](https://github.com/open-feature/java-sdk-contrib/issues/7)) ([8bc5519](https://github.com/open-feature/java-sdk-contrib/commit/8bc5519d863e581dc061e71ffb23261d3ad1b013))
21+
* release main ([#9](https://github.com/open-feature/java-sdk-contrib/issues/9)) ([adfe90f](https://github.com/open-feature/java-sdk-contrib/commit/adfe90f06227ea199165fa2436541dbf2e492f06))

providers/configcat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<dependency>
1212
<groupId>dev.openfeature.contrib.providers</groupId>
1313
<artifactId>configcat</artifactId>
14-
<version>0.0.1</version>
14+
<version>0.0.2</version>
1515
</dependency>
1616
```
1717

providers/configcat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>
1212
<artifactId>configcat</artifactId>
13-
<version>0.0.1</version> <!--x-release-please-version -->
13+
<version>0.0.2</version> <!--x-release-please-version -->
1414

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

providers/configcat/version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.0.2

0 commit comments

Comments
 (0)