Skip to content

Commit 46ff9f6

Browse files
chore(main): release 1.3.2
1 parent 23c4c4c commit 46ff9f6

5 files changed

+22
-5
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [1.3.2](https://github.com/open-feature/java-sdk/compare/v1.3.1...v1.3.2) (2023-04-05)
4+
5+
6+
### 🧹 Chore
7+
8+
* **deps:** update actions/setup-java digest to 191ba8c ([#375](https://github.com/open-feature/java-sdk/issues/375)) ([bdb08d7](https://github.com/open-feature/java-sdk/commit/bdb08d7af809bfb4593cf38830b843fb433a95ae))
9+
* **deps:** update actions/setup-java digest to e42168c ([#371](https://github.com/open-feature/java-sdk/issues/371)) ([0ce5b43](https://github.com/open-feature/java-sdk/commit/0ce5b43a81d5334460e8724f55798486bc9813d0))
10+
* **deps:** update codecov/codecov-action digest to 91e1847 ([#372](https://github.com/open-feature/java-sdk/issues/372)) ([dfa08b9](https://github.com/open-feature/java-sdk/commit/dfa08b90e1cf3f698f9058f95e7e41567a1934bb))
11+
* **deps:** update dependency dev.openfeature.contrib.providers:flagd to v0.5.8 ([#360](https://github.com/open-feature/java-sdk/issues/360)) ([de9a928](https://github.com/open-feature/java-sdk/commit/de9a928f93679295ad9244b7dc6def1af1d9f7fc))
12+
* **deps:** update dependency org.cyclonedx:cyclonedx-maven-plugin to v2.7.6 ([#370](https://github.com/open-feature/java-sdk/issues/370)) ([d7b3ca0](https://github.com/open-feature/java-sdk/commit/d7b3ca0513f80e933d25d6ada2ef3cbbbf961b38))
13+
* **deps:** update github/codeql-action digest to bb28e7e ([#368](https://github.com/open-feature/java-sdk/issues/368)) ([5e648f6](https://github.com/open-feature/java-sdk/commit/5e648f6332f08c72a5e232bd6ae2171e6476a05e))
14+
* **deps:** update github/codeql-action digest to dc81ae3 ([#367](https://github.com/open-feature/java-sdk/issues/367)) ([bac2af3](https://github.com/open-feature/java-sdk/commit/bac2af3033245db5bb5da18790f86e657a773686))
15+
* **deps:** update github/codeql-action digest to f0a422f ([#373](https://github.com/open-feature/java-sdk/issues/373)) ([6a8c911](https://github.com/open-feature/java-sdk/commit/6a8c911287d8b3d2e35f6455af3496a532a71553))
16+
* **deps:** update github/codeql-action digest to fa7cce4 ([#376](https://github.com/open-feature/java-sdk/issues/376)) ([23c4c4c](https://github.com/open-feature/java-sdk/commit/23c4c4cef9ff0d18aec44af5c0c808439124d142))
17+
* **deps:** update github/codeql-action digest to fff3a80 ([#365](https://github.com/open-feature/java-sdk/issues/365)) ([3ae2a54](https://github.com/open-feature/java-sdk/commit/3ae2a541a1c8a9fc568a97aa02301df1353e092b))
18+
* **deps:** update google-github-actions/release-please-action digest to ee9822e ([#366](https://github.com/open-feature/java-sdk/issues/366)) ([6d7c43d](https://github.com/open-feature/java-sdk/commit/6d7c43d120d025d180a446ba7769109b94e1be3c))
19+
320
## [1.3.1](https://github.com/open-feature/java-sdk/compare/v1.3.0...v1.3.1) (2023-03-28)
421

522

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.1</version>
71+
<version>1.3.2</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.1'
95+
implementation 'dev.openfeature:sdk:1.3.2'
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.1</version> <!--x-release-please-version -->
7+
<version>1.3.2</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.1
1+
1.3.2

0 commit comments

Comments
 (0)