Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.configcat 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 18, 2024
1 parent c172337 commit 6b43e00
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,7 +7,7 @@
"providers/jsonlogic-eval-provider": "1.1.1",
"providers/unleash": "0.1.0-alpha",
"providers/flipt": "0.1.1",
"providers/configcat": "0.1.0",
"providers/configcat": "0.1.1",
"providers/statsig": "0.1.0",
"providers/multiprovider": "0.0.1",
"tools/junit-openfeature": "0.1.2"
Expand Down
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.1.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.configcat-v0.1.0...dev.openfeature.contrib.providers.configcat-v0.1.1) (2024-12-18)


### 🐛 Bug Fixes

* **deps:** update dependency com.configcat:configcat-java-client to v9.4.2 ([#1109](https://github.com/open-feature/java-sdk-contrib/issues/1109)) ([1d85362](https://github.com/open-feature/java-sdk-contrib/commit/1d8536230316242652f9d71c180ef01c525d4c8a))


### 🧹 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))
* **deps:** update dependency org.apache.logging.log4j:log4j-slf4j2-impl to v2.24.2 ([#1079](https://github.com/open-feature/java-sdk-contrib/issues/1079)) ([804cd45](https://github.com/open-feature/java-sdk-contrib/commit/804cd455d6e9e79e1fa72b003245027ed7450487))
* **deps:** update dependency org.apache.logging.log4j:log4j-slf4j2-impl to v2.24.3 ([#1103](https://github.com/open-feature/java-sdk-contrib/issues/1103)) ([e2b8160](https://github.com/open-feature/java-sdk-contrib/commit/e2b8160dda2b82b43f665753187ab85a4e1abe13))


### 📚 Documentation

* **configcat:** Revise docs in README.md ([#990](https://github.com/open-feature/java-sdk-contrib/issues/990)) ([a58a64e](https://github.com/open-feature/java-sdk-contrib/commit/a58a64e0477dd48c4b715ae0e05413b37e653379))

## [0.1.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.configcat-v0.0.4...dev.openfeature.contrib.providers.configcat-v0.1.0) (2024-09-25)


Expand Down
2 changes: 1 addition & 1 deletion providers/configcat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<dependency>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>configcat</artifactId>
<version>0.1.0</version>
<version>0.1.1</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.1.1</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.1.0
0.1.1

0 comments on commit 6b43e00

Please sign in to comment.