Skip to content

Commit 3af6811

Browse files
chore(main): release 0.3.1 (#150)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fad0f35 commit 3af6811

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.3.0"}
1+
{".":"0.3.1"}

CHANGELOG.md

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

+2-2
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

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.3.1

0 commit comments

Comments
 (0)