Skip to content

Commit da01751

Browse files
github-actions[bot]Bhandari, Pramesh(AWF)
authored and
Bhandari, Pramesh(AWF)
committed
chore(main): release 0.3.1 (open-feature#150)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Bhandari, Pramesh(AWF) <[email protected]>
1 parent 5c31280 commit da01751

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.3.0"}
1+
{".":"0.3.1"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.1](https://github.com/open-feature/java-sdk/compare/v0.3.0...v0.3.1) (2022-10-13)
4+
5+
6+
### Bug Fixes
7+
8+
* merge eval context ([#149](https://github.com/open-feature/java-sdk/issues/149)) ([fad0f35](https://github.com/open-feature/java-sdk/commit/fad0f35fc8a6469672ef67820f1850f20741b66a))
9+
310
## [0.3.0](https://github.com/open-feature/java-sdk/compare/v0.2.2...v0.3.0) (2022-10-13)
411

512

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class MyClass {
6666
<dependency>
6767
<groupId>dev.openfeature</groupId>
6868
<artifactId>sdk</artifactId>
69-
<version>0.3.0</version>
69+
<version>0.3.1</version>
7070
</dependency>
7171
```
7272
<!-- x-release-please-end-version -->
@@ -90,7 +90,7 @@ If you would like snapshot builds, this is the relevant repository information:
9090
<!-- x-release-please-start-version -->
9191
```groovy
9292
dependencies {
93-
implementation 'dev.openfeature:sdk:0.3.0'
93+
implementation 'dev.openfeature:sdk:0.3.1'
9494
}
9595
```
9696
<!-- x-release-please-end-version -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>dev.openfeature</groupId>
66
<artifactId>sdk</artifactId>
7-
<version>0.3.0</version> <!--x-release-please-version -->
7+
<version>0.3.1</version> <!--x-release-please-version -->
88

99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.3.1

0 commit comments

Comments
 (0)