Skip to content

Commit e525928

Browse files
chore(main): release 1.5.1
1 parent dffa593 commit e525928

File tree

5 files changed

+23
-7
lines changed

5 files changed

+23
-7
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.5.0"}
1+
{".":"1.5.1"}

CHANGELOG.md

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

3+
## [1.5.1](https://github.com/open-feature/java-sdk/compare/v1.5.0...v1.5.1) (2023-08-25)
4+
5+
6+
### 🧹 Chore
7+
8+
* **deps:** update actions/checkout digest to 7739b9b ([#564](https://github.com/open-feature/java-sdk/issues/564)) ([adfb587](https://github.com/open-feature/java-sdk/commit/adfb58764a2073e6ac381d0c60199f27ba01d398))
9+
* **deps:** update actions/checkout digest to f43a0e5 ([#572](https://github.com/open-feature/java-sdk/issues/572)) ([46bbdcc](https://github.com/open-feature/java-sdk/commit/46bbdccf0f05a08eb31011cb26818ef2179f4c62))
10+
* **deps:** update codecov/codecov-action digest to 8ccb892 ([#570](https://github.com/open-feature/java-sdk/issues/570)) ([5d4230f](https://github.com/open-feature/java-sdk/commit/5d4230f0fd61570dfec5777343d0278a66a3cf0a))
11+
* **deps:** update codecov/codecov-action digest to c17956f ([#568](https://github.com/open-feature/java-sdk/issues/568)) ([666f784](https://github.com/open-feature/java-sdk/commit/666f784c2ea1ad2a027b1e4f7c011b7ff3011599))
12+
* **deps:** update codecov/codecov-action digest to de1b515 ([#573](https://github.com/open-feature/java-sdk/issues/573)) ([49e49cc](https://github.com/open-feature/java-sdk/commit/49e49cc9e4d4eacbc826b9893519e23758147f44))
13+
* **deps:** update github/codeql-action digest to 14877a1 ([#567](https://github.com/open-feature/java-sdk/issues/567)) ([9e14633](https://github.com/open-feature/java-sdk/commit/9e146330dfe6e25b6697a31c533a3f902bd32adb))
14+
* **deps:** update github/codeql-action digest to 9a53fd0 ([#569](https://github.com/open-feature/java-sdk/issues/569)) ([e423726](https://github.com/open-feature/java-sdk/commit/e4237262548e1af14273ac35b3609b9b684465ac))
15+
* **deps:** update github/codeql-action digest to e426271 ([#566](https://github.com/open-feature/java-sdk/issues/566)) ([04adc3e](https://github.com/open-feature/java-sdk/commit/04adc3eb4d03417233a109e5d653925fbc01319a))
16+
* **deps:** update github/codeql-action digest to ff9cb43 ([#574](https://github.com/open-feature/java-sdk/issues/574)) ([dffa593](https://github.com/open-feature/java-sdk/commit/dffa59344089847628e8e5b22defbaa5b69c6d5e))
17+
* **deps:** update google-github-actions/release-please-action digest to 01b3219 ([#571](https://github.com/open-feature/java-sdk/issues/571)) ([e260022](https://github.com/open-feature/java-sdk/commit/e260022cf5a320239228ad9d793c830a845bc51e))
18+
319
## [1.5.0](https://github.com/open-feature/java-sdk/compare/v1.4.3...v1.5.0) (2023-08-16)
420

521

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.5.0">
22-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.5.0&color=blue&style=for-the-badge" />
21+
<a href="https://github.com/open-feature/java-sdk/releases/tag/v1.5.1">
22+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.5.1&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.5.0</version>
62+
<version>1.5.1</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.5.0'
87+
implementation 'dev.openfeature:sdk:1.5.1'
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.5.0</version> <!--x-release-please-version -->
7+
<version>1.5.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.5.0
1+
1.5.1

0 commit comments

Comments
 (0)