Skip to content

Commit 98ca214

Browse files
chore(main): release 1.3.1
1 parent aee10c3 commit 98ca214

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.3.0"}
1+
{".":"1.3.1"}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.3.1](https://github.com/open-feature/java-sdk/compare/v1.3.0...v1.3.1) (2023-03-19)
4+
5+
6+
### 🧹 Chore
7+
8+
* **deps:** update actions/cache digest to 9c7b3e9 ([#329](https://github.com/open-feature/java-sdk/issues/329)) ([c7c9546](https://github.com/open-feature/java-sdk/commit/c7c9546a29e8c5fdf4af0dbce428def270dcdf24))
9+
* **deps:** update actions/cache digest to ea05037 ([#340](https://github.com/open-feature/java-sdk/issues/340)) ([61a87cf](https://github.com/open-feature/java-sdk/commit/61a87cf4082005e22f460107cb7bc081d2e2cb6c))
10+
* **deps:** update actions/checkout digest to 24cb908 ([#337](https://github.com/open-feature/java-sdk/issues/337)) ([c8d14de](https://github.com/open-feature/java-sdk/commit/c8d14dedb1bdf2d664dddc67ce21209f8300a196))
11+
* **deps:** update actions/setup-java digest to 669e072 ([#335](https://github.com/open-feature/java-sdk/issues/335)) ([fa613fc](https://github.com/open-feature/java-sdk/commit/fa613fcddc3f4740c1634e6dc973bd8d19a6ca8b))
12+
* **deps:** update amannn/action-semantic-pull-request digest to c3cd5d1 ([#341](https://github.com/open-feature/java-sdk/issues/341)) ([d3ef892](https://github.com/open-feature/java-sdk/commit/d3ef8927a22a302a3935e052211f2c51008587c6))
13+
* **deps:** update github/codeql-action digest to 19f00dc ([#330](https://github.com/open-feature/java-sdk/issues/330)) ([33bf772](https://github.com/open-feature/java-sdk/commit/33bf772158ae4fc74c528d612dba378e5db50785))
14+
* **deps:** update github/codeql-action digest to 433fe88 ([#334](https://github.com/open-feature/java-sdk/issues/334)) ([d448038](https://github.com/open-feature/java-sdk/commit/d4480382ca435419c4a253407d585764f5e642e9))
15+
* **deps:** update github/codeql-action digest to d230601 ([#336](https://github.com/open-feature/java-sdk/issues/336)) ([953b480](https://github.com/open-feature/java-sdk/commit/953b48041a29eef550834206a6706c5e5c59b425))
16+
* **deps:** update github/codeql-action digest to fb75ebd ([#342](https://github.com/open-feature/java-sdk/issues/342)) ([aee10c3](https://github.com/open-feature/java-sdk/commit/aee10c3a3dcac3e9ac89c8ce5908333e1aebe57f))
17+
* **deps:** update google-github-actions/release-please-action digest to 9997fc9 ([#338](https://github.com/open-feature/java-sdk/issues/338)) ([dfff114](https://github.com/open-feature/java-sdk/commit/dfff114b15f6e44373b42521efe7787e4e7fe08a))
18+
319
## [1.3.0](https://github.com/open-feature/java-sdk/compare/v1.2.0...v1.3.0) (2023-03-12)
420

521

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ For complete documentation, visit: https://docs.openfeature.dev/docs/category/co
6868
<dependency>
6969
<groupId>dev.openfeature</groupId>
7070
<artifactId>sdk</artifactId>
71-
<version>1.3.0</version>
71+
<version>1.3.1</version>
7272
</dependency>
7373
```
7474
<!-- x-release-please-end-version -->
@@ -92,7 +92,7 @@ If you would like snapshot builds, this is the relevant repository information:
9292
<!-- x-release-please-start-version -->
9393
```groovy
9494
dependencies {
95-
implementation 'dev.openfeature:sdk:1.3.0'
95+
implementation 'dev.openfeature:sdk:1.3.1'
9696
}
9797
```
9898
<!-- 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>1.3.0</version> <!--x-release-please-version -->
7+
<version>1.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-
1.3.0
1+
1.3.1

0 commit comments

Comments
 (0)