Skip to content

Commit 512fa05

Browse files
chore(main): release dev.openfeature.javasdk 0.3.0
1 parent 5e96d14 commit 512fa05

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-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.2.2"}
1+
{".":"0.3.0"}

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/open-feature/java-sdk/compare/dev.openfeature.javasdk-v0.2.2...dev.openfeature.javasdk-v0.3.0) (2022-10-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* errorCode as enum, reason as string (#80)
9+
10+
### Features
11+
12+
* errorCode as enum, reason as string ([#80](https://github.com/open-feature/java-sdk/issues/80)) ([84f220d](https://github.com/open-feature/java-sdk/commit/84f220d8139035a1222d13b2dd6f8b048932c192))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** update dependency io.cucumber:cucumber-bom to v7.8.0 ([#100](https://github.com/open-feature/java-sdk/issues/100)) ([5e96d14](https://github.com/open-feature/java-sdk/commit/5e96d140c1195a1e8eb175feae3ec29db4439367))
18+
* **deps:** update junit5 monorepo ([#92](https://github.com/open-feature/java-sdk/issues/92)) ([8ca655a](https://github.com/open-feature/java-sdk/commit/8ca655a788273c61e5270ce7bf175064f42d605d))
19+
320
## [0.2.2](https://github.com/open-feature/java-sdk/compare/dev.openfeature.javasdk-v0.2.1...dev.openfeature.javasdk-v0.2.2) (2022-09-20)
421

522

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>javasdk</artifactId>
69-
<version>0.2.2</version>
69+
<version>0.3.0</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:javasdk:0.2.2'
93+
implementation 'dev.openfeature:javasdk:0.3.0'
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>javasdk</artifactId>
7-
<version>0.2.2</version> <!--x-release-please-version -->
7+
<version>0.3.0</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.2.2
1+
0.3.0

0 commit comments

Comments
 (0)