Skip to content

Commit b785455

Browse files
chore(main): release dev.openfeature.contrib.providers.jsonlogic 1.0.0 (#277)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bba8ef3 commit b785455

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"hooks/open-telemetry": "1.0.2",
44
"providers/go-feature-flag": "0.2.5",
55
"providers/flagsmith": "0.0.4",
6-
"providers/env-var": "0.0.2"
6+
"providers/env-var": "0.0.2",
7+
"providers/jsonlogic-eval-provider": "1.0.0"
78
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2023-04-13)
4+
5+
6+
### Features
7+
8+
* 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))

providers/jsonlogic-eval-provider/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ achieve low latency flag evaluation.
1111
<dependency>
1212
<groupId>dev.openfeature.contrib.providers</groupId>
1313
<artifactId>jsonlogic-eval-provider</artifactId>
14-
<version>0.0.1</version>
14+
<version>1.0.0</version>
1515
</dependency>
1616
```
1717
<!-- x-release-please-end-version -->

providers/jsonlogic-eval-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- The group id MUST start with dev.openfeature, or publishing will fail. OpenFeature has verified ownership of this (reversed) domain. -->
1111
<groupId>dev.openfeature.contrib.providers</groupId>
1212
<artifactId>jsonlogic-eval-provider</artifactId>
13-
<version>0.0.1</version> <!--x-release-please-version -->
13+
<version>1.0.0</version> <!--x-release-please-version -->
1414

1515
<name>inline-evaluating-provider</name>
1616
<description>Allows for evaluating rules on the client without synchronous calls to a backend</description>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1
1+
1.0.0

0 commit comments

Comments
 (0)