chore(main): release 1.4.3 (#554)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
fb42a92e9b
commit
b17a20e43f
|
|
@ -1 +1 @@
|
|||
{".":"1.4.2"}
|
||||
{".":"1.4.3"}
|
||||
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -1,5 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
## [1.4.3](https://github.com/open-feature/java-sdk/compare/v1.4.2...v1.4.3) (2023-08-11)
|
||||
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
* 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))
|
||||
|
||||
|
||||
### 🧹 Chore
|
||||
|
||||
* **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))
|
||||
* **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))
|
||||
|
||||
## [1.4.2](https://github.com/open-feature/java-sdk/compare/v1.4.1...v1.4.2) (2023-08-10)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,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.4.2</version>
|
||||
<version>1.4.3</version>
|
||||
</dependency>
|
||||
```
|
||||
<!-- x-release-please-end-version -->
|
||||
|
|
@ -67,7 +67,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.4.2'
|
||||
implementation 'dev.openfeature:sdk:1.4.3'
|
||||
}
|
||||
```
|
||||
<!-- x-release-please-end-version -->
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<groupId>dev.openfeature</groupId>
|
||||
<artifactId>sdk</artifactId>
|
||||
<version>1.4.2</version> <!--x-release-please-version -->
|
||||
<version>1.4.3</version> <!--x-release-please-version -->
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.4.2
|
||||
1.4.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue