Skip to content

Commit b17a20e

Browse files
chore(main): release 1.4.3 (#554)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fb42a92 commit b17a20e

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.4.2"}
1+
{".":"1.4.3"}

CHANGELOG.md

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

3+
## [1.4.3](https://github.com/open-feature/java-sdk/compare/v1.4.2...v1.4.3) (2023-08-11)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* ability to set provider after shutdown ([#556](https://github.com/open-feature/java-sdk/issues/556)) ([fb42a92](https://github.com/open-feature/java-sdk/commit/fb42a92e9b36e57ba71bc05a4f52eda88729f21e))
9+
10+
11+
### 🧹 Chore
12+
13+
* **deps:** update github/codeql-action digest to 2160dd3 ([#555](https://github.com/open-feature/java-sdk/issues/555)) ([a6eabc3](https://github.com/open-feature/java-sdk/commit/a6eabc391de27b9dff16310d942abff8675b924e))
14+
* **deps:** update github/codeql-action digest to 2ec74e3 ([#553](https://github.com/open-feature/java-sdk/issues/553)) ([d8c64d9](https://github.com/open-feature/java-sdk/commit/d8c64d91c43b62af383c1ae6e09417da480c92d2))
15+
316
## [1.4.2](https://github.com/open-feature/java-sdk/compare/v1.4.1...v1.4.2) (2023-08-10)
417

518

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Note that this library is intended to be used in server-side contexts and has no
4343
<dependency>
4444
<groupId>dev.openfeature</groupId>
4545
<artifactId>sdk</artifactId>
46-
<version>1.4.2</version>
46+
<version>1.4.3</version>
4747
</dependency>
4848
```
4949
<!-- x-release-please-end-version -->
@@ -67,7 +67,7 @@ If you would like snapshot builds, this is the relevant repository information:
6767
<!-- x-release-please-start-version -->
6868
```groovy
6969
dependencies {
70-
implementation 'dev.openfeature:sdk:1.4.2'
70+
implementation 'dev.openfeature:sdk:1.4.3'
7171
}
7272
```
7373
<!-- 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.4.2</version> <!--x-release-please-version -->
7+
<version>1.4.3</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.4.2
1+
1.4.3

0 commit comments

Comments
 (0)