Skip to content

Commit

Permalink
chore(main): release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 13, 2023
1 parent a4db19b commit 6bf0ac9
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.7.1"}
{".":"1.7.2"}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.7.2](https://github.com/open-feature/java-sdk/compare/v1.7.1...v1.7.2) (2023-12-13)


### 🐛 Bug Fixes

* **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))
* tolerate duplicate provider registrations ([#725](https://github.com/open-feature/java-sdk/issues/725)) ([3319e55](https://github.com/open-feature/java-sdk/commit/3319e558700d743ed187561695b4d51f51664390))


### 🧹 Chore

* **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))
* **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))
* **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))

## [1.7.1](https://github.com/open-feature/java-sdk/compare/v1.7.0...v1.7.1) (2023-12-07)


Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
</a>
<!-- x-release-please-start-version -->

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

<!-- x-release-please-end -->
Expand Down Expand Up @@ -59,7 +59,7 @@ Note that this library is intended to be used in server-side contexts and has no
<dependency>
<groupId>dev.openfeature</groupId>
<artifactId>sdk</artifactId>
<version>1.7.1</version>
<version>1.7.2</version>
</dependency>
```
<!-- x-release-please-end-version -->
Expand All @@ -84,7 +84,7 @@ If you would like snapshot builds, this is the relevant repository information:
<!-- x-release-please-start-version -->
```groovy
dependencies {
implementation 'dev.openfeature:sdk:1.7.1'
implementation 'dev.openfeature:sdk:1.7.2'
}
```
<!-- x-release-please-end-version -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>dev.openfeature</groupId>
<artifactId>sdk</artifactId>
<version>1.7.1</version> <!--x-release-please-version -->
<version>1.7.2</version> <!--x-release-please-version -->

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.1
1.7.2

0 comments on commit 6bf0ac9

Please sign in to comment.