Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.flipt 0.0.2 (#518
Browse files Browse the repository at this point in the history
)

Signed-off-by: Todd Baert <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Todd Baert <[email protected]>
  • Loading branch information
github-actions[bot] and toddbaert authored Oct 25, 2023
1 parent d92952d commit e6e4d47
Show file tree
Hide file tree
Showing 5 changed files with 21 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,5 +6,5 @@
"providers/env-var": "0.0.4",
"providers/jsonlogic-eval-provider": "1.0.0",
"providers/unleash": "0.0.2-alpha",
"providers/flipt": "0.0.1"
"providers/flipt": "0.0.2"
}
17 changes: 17 additions & 0 deletions providers/flipt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

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


### ✨ New Features

* add Flipt provider ([#461](https://github.com/open-feature/java-sdk-contrib/issues/461)) ([dee6529](https://github.com/open-feature/java-sdk-contrib/commit/dee6529ced89e7fa4a58f81c153e79ccb8e0d630))


### 🧹 Chore

* **deps:** update dependency org.apache.logging.log4j:log4j-slf4j2-impl to v2.21.1 ([#517](https://github.com/open-feature/java-sdk-contrib/issues/517)) ([093f953](https://github.com/open-feature/java-sdk-contrib/commit/093f9537744f36a0bd979b649509e44c6d5b9825))
* release main ([#18](https://github.com/open-feature/java-sdk-contrib/issues/18)) ([2c2c6b4](https://github.com/open-feature/java-sdk-contrib/commit/2c2c6b4e1d1c0aa62ca33a001e8f19b97637d7aa))
* release main ([#20](https://github.com/open-feature/java-sdk-contrib/issues/20)) ([a2ce781](https://github.com/open-feature/java-sdk-contrib/commit/a2ce781e156ae0fb43a72e9281cf43f74046276c))
* release main ([#7](https://github.com/open-feature/java-sdk-contrib/issues/7)) ([8bc5519](https://github.com/open-feature/java-sdk-contrib/commit/8bc5519d863e581dc061e71ffb23261d3ad1b013))
* release main ([#9](https://github.com/open-feature/java-sdk-contrib/issues/9)) ([adfe90f](https://github.com/open-feature/java-sdk-contrib/commit/adfe90f06227ea199165fa2436541dbf2e492f06))
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.1</version>
<version>0.0.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.0.1</version> <!--x-release-please-version -->
<version>0.0.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.0.1
0.0.2

0 comments on commit e6e4d47

Please sign in to comment.