Skip to content

Commit ce738f0

Browse files
chore(main): release 1.7.2
1 parent 3fdb4c0 commit ce738f0

File tree

5 files changed

+27
-7
lines changed

5 files changed

+27
-7
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.7.1"}
1+
{".":"1.7.2"}

CHANGELOG.md

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

3+
## [1.7.2](https://github.com/open-feature/java-sdk/compare/v1.7.1...v1.7.2) (2023-12-14)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency io.cucumber:cucumber-bom to v7.15.0 ([#726](https://github.com/open-feature/java-sdk/issues/726)) ([07ea4c0](https://github.com/open-feature/java-sdk/commit/07ea4c02cbb7b512d5e5a8ef2fa742f601611d24))
9+
* tolerate duplicate provider registrations ([#725](https://github.com/open-feature/java-sdk/issues/725)) ([3319e55](https://github.com/open-feature/java-sdk/commit/3319e558700d743ed187561695b4d51f51664390))
10+
11+
12+
### 🧹 Chore
13+
14+
* **deps:** update dependency com.github.spotbugs:spotbugs to v4.8.3 ([#728](https://github.com/open-feature/java-sdk/issues/728)) ([c204a03](https://github.com/open-feature/java-sdk/commit/c204a03739bdcf4e7464837b26e618bb6a4422d1))
15+
* **deps:** update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.2.3 ([#729](https://github.com/open-feature/java-sdk/issues/729)) ([39a3d2d](https://github.com/open-feature/java-sdk/commit/39a3d2d461a5184290b8ea54e83dc0633dee3794))
16+
* **deps:** update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.3 ([#730](https://github.com/open-feature/java-sdk/issues/730)) ([d2ba7f9](https://github.com/open-feature/java-sdk/commit/d2ba7f91a3e224764ca80ba801e754903ff26551))
17+
* **deps:** update github/codeql-action digest to 511f073 ([#731](https://github.com/open-feature/java-sdk/issues/731)) ([90a9d17](https://github.com/open-feature/java-sdk/commit/90a9d1799d8c1f891de6b0629c111be19b9b2cec))
18+
* **deps:** update github/codeql-action digest to b995212 ([#727](https://github.com/open-feature/java-sdk/issues/727)) ([a4db19b](https://github.com/open-feature/java-sdk/commit/a4db19b3409c3fbdf45912ab03b7eeedc4f193b7))
19+
* **deps:** update github/codeql-action digest to fe23b5a ([#724](https://github.com/open-feature/java-sdk/issues/724)) ([449630a](https://github.com/open-feature/java-sdk/commit/449630a3d75dc7ebc1448dcde91ed0d1e11fb11b))
20+
* **deps:** update google-github-actions/release-please-action digest to a2d8d68 ([#721](https://github.com/open-feature/java-sdk/issues/721)) ([1fd11c4](https://github.com/open-feature/java-sdk/commit/1fd11c4e5bd4586468c85f7816be96ba5c2f2c79))
21+
* **deps:** update google-github-actions/release-please-action digest to ba1c241 ([#732](https://github.com/open-feature/java-sdk/issues/732)) ([3fdb4c0](https://github.com/open-feature/java-sdk/commit/3fdb4c0be01b4e3f345e601a19c11323b9f0f5bc))
22+
323
## [1.7.1](https://github.com/open-feature/java-sdk/compare/v1.7.0...v1.7.1) (2023-12-07)
424

525

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
</a>
1919
<!-- x-release-please-start-version -->
2020

21-
<a href="https://github.com/open-feature/java-sdk/releases/tag/v1.7.1">
22-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.7.1&color=blue&style=for-the-badge" />
21+
<a href="https://github.com/open-feature/java-sdk/releases/tag/v1.7.2">
22+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.7.2&color=blue&style=for-the-badge" />
2323
</a>
2424

2525
<!-- x-release-please-end -->
@@ -59,7 +59,7 @@ Note that this library is intended to be used in server-side contexts and has no
5959
<dependency>
6060
<groupId>dev.openfeature</groupId>
6161
<artifactId>sdk</artifactId>
62-
<version>1.7.1</version>
62+
<version>1.7.2</version>
6363
</dependency>
6464
```
6565
<!-- x-release-please-end-version -->
@@ -84,7 +84,7 @@ If you would like snapshot builds, this is the relevant repository information:
8484
<!-- x-release-please-start-version -->
8585
```groovy
8686
dependencies {
87-
implementation 'dev.openfeature:sdk:1.7.1'
87+
implementation 'dev.openfeature:sdk:1.7.2'
8888
}
8989
```
9090
<!-- 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.7.1</version> <!--x-release-please-version -->
7+
<version>1.7.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.7.1
1+
1.7.2

0 commit comments

Comments
 (0)