Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.flipt 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 4, 2024
1 parent a7f3ed1 commit 86a66d8
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.1",
"providers/flipt": "0.1.2",
"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.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flipt-v0.1.1...dev.openfeature.contrib.providers.flipt-v0.1.2) (2024-11-04)


### 🐛 Bug Fixes

* **deps:** update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.0 ([#996](https://github.com/open-feature/java-sdk-contrib/issues/996)) ([a701161](https://github.com/open-feature/java-sdk-contrib/commit/a7011611765f121145773d06717a19f143f75d63))
* **deps:** update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.1 ([#1047](https://github.com/open-feature/java-sdk-contrib/issues/1047)) ([a2ee3e6](https://github.com/open-feature/java-sdk-contrib/commit/a2ee3e6ed0c15c3ebaf55adc10198760f51a4a30))
* **deps:** update dependency io.flipt:flipt-java to v1.1.2 ([#1027](https://github.com/open-feature/java-sdk-contrib/issues/1027)) ([eb9f891](https://github.com/open-feature/java-sdk-contrib/commit/eb9f89152ec8c775f242c97087c4fabd41b41e36))


### 🧹 Chore

* **deps:** update dependency com.fasterxml.jackson.core:jackson-annotations to v2.18.1 ([#1045](https://github.com/open-feature/java-sdk-contrib/issues/1045)) ([d9f2d89](https://github.com/open-feature/java-sdk-contrib/commit/d9f2d89d6e045bb2a393b9e5a446a2956927bb2a))
* **deps:** update dependency com.fasterxml.jackson.core:jackson-core to v2.18.1 ([#1046](https://github.com/open-feature/java-sdk-contrib/issues/1046)) ([862ceb2](https://github.com/open-feature/java-sdk-contrib/commit/862ceb232ce27a8633d5a887822fc82b009ec6be))

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


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.1</version>
<version>0.1.2</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.1</version> <!--x-release-please-version -->
<version>0.1.2</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.1
0.1.2

0 comments on commit 86a66d8

Please sign in to comment.