Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release dev.openfeature.contrib.providers.jsonlogic 1.0.1 #348

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"providers/go-feature-flag": "0.2.14",
"providers/flagsmith": "0.0.8",
"providers/env-var": "0.0.4",
"providers/jsonlogic-eval-provider": "1.0.0",
"providers/jsonlogic-eval-provider": "1.0.1",
"providers/unleash": "0.0.2-alpha",
"providers/flipt": "0.0.2"
}
13 changes: 13 additions & 0 deletions providers/jsonlogic-eval-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.0.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.jsonlogic-v1.0.0...dev.openfeature.contrib.providers.jsonlogic-v1.0.1) (2023-10-25)


### 🐛 Bug Fixes

* **deps:** update dependency org.json:json to v20230618 ([#344](https://github.com/open-feature/java-sdk-contrib/issues/344)) ([5dfca22](https://github.com/open-feature/java-sdk-contrib/commit/5dfca22896cea137cb853410580318434cecc1a4))
* **deps:** update dependency org.json:json to v20231013 [security] ([#500](https://github.com/open-feature/java-sdk-contrib/issues/500)) ([5cc464e](https://github.com/open-feature/java-sdk-contrib/commit/5cc464e9b55bec7cc4ad89111367505472329409))


### 🧹 Chore

* generate automatic module names ([#407](https://github.com/open-feature/java-sdk-contrib/issues/407)) ([f18df0f](https://github.com/open-feature/java-sdk-contrib/commit/f18df0f7bcfc0db3e1ef10aa299aa7d7a17d74f7))

## 1.0.0 (2023-04-13)


Expand Down
2 changes: 1 addition & 1 deletion providers/jsonlogic-eval-provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ achieve low latency flag evaluation.
<dependency>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>jsonlogic-eval-provider</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```
<!-- x-release-please-end-version -->
Expand Down
2 changes: 1 addition & 1 deletion providers/jsonlogic-eval-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- The group id MUST start with dev.openfeature, or publishing will fail. OpenFeature has verified ownership of this (reversed) domain. -->
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>jsonlogic-eval-provider</artifactId>
<version>1.0.0</version> <!--x-release-please-version -->
<version>1.0.1</version> <!--x-release-please-version -->

<name>inline-evaluating-provider</name>
<description>Allows for evaluating rules on the client without synchronous calls to a backend</description>
Expand Down
2 changes: 1 addition & 1 deletion providers/jsonlogic-eval-provider/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1