Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.flipt 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 1, 2024
1 parent e221402 commit 84ff28e
Show file tree
Hide file tree
Showing 5 changed files with 19 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 @@ -6,7 +6,7 @@
"providers/env-var": "0.0.7",
"providers/jsonlogic-eval-provider": "1.1.1",
"providers/unleash": "0.1.0-alpha",
"providers/flipt": "0.1.0",
"providers/flipt": "0.1.1",
"providers/configcat": "0.1.0",
"providers/statsig": "0.1.0",
"tools/junit-openfeature": "0.1.1"
Expand Down
15 changes: 15 additions & 0 deletions providers/flipt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.1.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flipt-v0.1.0...dev.openfeature.contrib.providers.flipt-v0.1.1) (2024-10-01)


### 🐛 Bug Fixes

* **deps:** update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.0 ([#979](https://github.com/open-feature/java-sdk-contrib/issues/979)) ([7e1a13e](https://github.com/open-feature/java-sdk-contrib/commit/7e1a13ec79b82f8fa49703af58087fea1874cea5))
* **flipt:** set variant attachment as value for object evaluation ([#956](https://github.com/open-feature/java-sdk-contrib/issues/956)) ([e221402](https://github.com/open-feature/java-sdk-contrib/commit/e221402b38840665741643d4e0a87e0c4b055d36))


### 🧹 Chore

* **deps:** update dependency com.fasterxml.jackson.core:jackson-annotations to v2.18.0 ([#977](https://github.com/open-feature/java-sdk-contrib/issues/977)) ([eb0777b](https://github.com/open-feature/java-sdk-contrib/commit/eb0777b250771985cd0db2e208e985fcbc2b5e6d))
* **deps:** update dependency com.fasterxml.jackson.core:jackson-core to v2.18.0 ([#978](https://github.com/open-feature/java-sdk-contrib/issues/978)) ([6cdea81](https://github.com/open-feature/java-sdk-contrib/commit/6cdea81644af0f1f8e231b553b6c16e665cc7d31))
* **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))

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


Expand Down
2 changes: 1 addition & 1 deletion providers/flipt/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>flipt</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
```

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

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

0 comments on commit 84ff28e

Please sign in to comment.