Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.flipt 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 13, 2023
1 parent 598ce03 commit 576a15c
Show file tree
Hide file tree
Showing 5 changed files with 16 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,6 +6,6 @@
"providers/env-var": "0.0.4",
"providers/jsonlogic-eval-provider": "1.0.1",
"providers/unleash": "0.0.3-alpha",
"providers/flipt": "0.0.2",
"providers/flipt": "0.0.3",
"providers/configcat": "0.0.2"
}
12 changes: 12 additions & 0 deletions providers/flipt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.0.3](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flipt-v0.0.2...dev.openfeature.contrib.providers.flipt-v0.0.3) (2023-12-13)


### 🐛 Bug Fixes

* **deps:** update dependency io.flipt:flipt-java to v0.2.15 ([#537](https://github.com/open-feature/java-sdk-contrib/issues/537)) ([ffbe7f1](https://github.com/open-feature/java-sdk-contrib/commit/ffbe7f10213dfdf0dafa87e2112ec57c049961da))


### 🧹 Chore

* **deps:** update dependency org.apache.logging.log4j:log4j-slf4j2-impl to v2.22.0 ([#540](https://github.com/open-feature/java-sdk-contrib/issues/540)) ([01d379f](https://github.com/open-feature/java-sdk-contrib/commit/01d379fc720c14c1fd1b6baeba23f3ab7007e740))

## [0.0.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flipt-v0.0.1...dev.openfeature.contrib.providers.flipt-v0.0.2) (2023-10-24)


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

0 comments on commit 576a15c

Please sign in to comment.