Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.jsonlogic 1.0.0 (
Browse files Browse the repository at this point in the history
#277)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 13, 2023
1 parent bba8ef3 commit b785455
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"hooks/open-telemetry": "1.0.2",
"providers/go-feature-flag": "0.2.5",
"providers/flagsmith": "0.0.4",
"providers/env-var": "0.0.2"
"providers/env-var": "0.0.2",
"providers/jsonlogic-eval-provider": "1.0.0"
}
8 changes: 8 additions & 0 deletions providers/jsonlogic-eval-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2023-04-13)


### Features

* A new inline evaluating provider based on jsonlogic.com ([#241](https://github.com/open-feature/java-sdk-contrib/issues/241)) ([bba8ef3](https://github.com/open-feature/java-sdk-contrib/commit/bba8ef36c52b80f68d9581100a1a12e59334db93))
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>0.0.1</version>
<version>1.0.0</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>0.0.1</version> <!--x-release-please-version -->
<version>1.0.0</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 @@
0.0.1
1.0.0

0 comments on commit b785455

Please sign in to comment.