Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.jsonlogic 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 27, 2023
1 parent 258ca10 commit bcacfaa
Show file tree
Hide file tree
Showing 5 changed files with 11 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 @@ -4,5 +4,5 @@
"providers/go-feature-flag": "0.2.9",
"providers/flagsmith": "0.0.7",
"providers/env-var": "0.0.3",
"providers/jsonlogic-eval-provider": "1.0.0"
"providers/jsonlogic-eval-provider": "1.0.1"
}
7 changes: 7 additions & 0 deletions providers/jsonlogic-eval-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 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-07-27)


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

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

0 comments on commit bcacfaa

Please sign in to comment.