Skip to content

Commit

Permalink
chore(main): release 1.6.1 (#588)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 11, 2023
1 parent 68f97c6 commit 693b0ba
Show file tree
Hide file tree
Showing 5 changed files with 29 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.6.0"}
{".":"1.6.1"}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [1.6.1](https://github.com/open-feature/java-sdk/compare/v1.6.0...v1.6.1) (2023-09-09)


### 🐛 Bug Fixes

* **deps:** update dependency io.cucumber:cucumber-bom to v7.14.0 ([#602](https://github.com/open-feature/java-sdk/issues/602)) ([5fd86b6](https://github.com/open-feature/java-sdk/commit/5fd86b6444667085e2697a08a1a34733fcb2a368))
* make executor threads deamon ([#601](https://github.com/open-feature/java-sdk/issues/601)) ([c66b995](https://github.com/open-feature/java-sdk/commit/c66b99579f8a199c051d249caad59bbc5b8915f6))
* NPE on named provider init/shutdown ([#595](https://github.com/open-feature/java-sdk/issues/595)) ([d063bf2](https://github.com/open-feature/java-sdk/commit/d063bf292cb79d0499b266b7eb9fa2b627f96444))


### 🧹 Chore

* **deps:** update actions/cache digest to 704facf ([#596](https://github.com/open-feature/java-sdk/issues/596)) ([4c686c9](https://github.com/open-feature/java-sdk/commit/4c686c9623a7d631a0a3b5394211174a11204b47))
* **deps:** update actions/checkout digest to 3df4ab1 ([#587](https://github.com/open-feature/java-sdk/issues/587)) ([742ad0b](https://github.com/open-feature/java-sdk/commit/742ad0bc174d3fffbc1b4a819528f3ddac03e4c0))
* **deps:** update actions/checkout digest to 72f2cec ([#589](https://github.com/open-feature/java-sdk/issues/589)) ([1aea784](https://github.com/open-feature/java-sdk/commit/1aea7843baf8737ded5cb625b59998b9d6916717))
* **deps:** update codecov/codecov-action digest to 398b9de ([#598](https://github.com/open-feature/java-sdk/issues/598)) ([c2d2e0d](https://github.com/open-feature/java-sdk/commit/c2d2e0dedd339de34217fa755f1cf7f94302a2c7))
* **deps:** update codecov/codecov-action digest to 7811627 ([#591](https://github.com/open-feature/java-sdk/issues/591)) ([1ad0129](https://github.com/open-feature/java-sdk/commit/1ad0129a7972c5bf73257a6789a68e34849668ce))
* **deps:** update codecov/codecov-action digest to a08d532 ([#593](https://github.com/open-feature/java-sdk/issues/593)) ([a2e4894](https://github.com/open-feature/java-sdk/commit/a2e48948075cb6051a0ce719dc08fa0878d2869c))
* **deps:** update github/codeql-action digest to 43750fe ([#597](https://github.com/open-feature/java-sdk/issues/597)) ([68f97c6](https://github.com/open-feature/java-sdk/commit/68f97c6c08a1223ad49e5358cadc3dab66a1d9ec))
* **deps:** update github/codeql-action digest to 4764dce ([#594](https://github.com/open-feature/java-sdk/issues/594)) ([1441c2c](https://github.com/open-feature/java-sdk/commit/1441c2c12e9980a52cf33d60a89810a4b0ee8c8a))
* **deps:** update github/codeql-action digest to 798e74c ([#590](https://github.com/open-feature/java-sdk/issues/590)) ([2763c8f](https://github.com/open-feature/java-sdk/commit/2763c8f7a6fb5f200574612cba160afa61481e60))

## [1.6.0](https://github.com/open-feature/java-sdk/compare/v1.5.0...v1.6.0) (2023-09-03)


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.6.0">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.6.0&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/java-sdk/releases/tag/v1.6.1">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.6.1&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.6.0</version>
<version>1.6.1</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.6.0'
implementation 'dev.openfeature:sdk:1.6.1'
}
```
<!-- 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.6.0</version> <!--x-release-please-version -->
<version>1.6.1</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.6.0
1.6.1

0 comments on commit 693b0ba

Please sign in to comment.