From 7fb1387fdf47eae8b7dca508e45127607df1dc16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 01:34:28 +0000 Subject: [PATCH] chore(main): release 1.4.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- pom.xml | 2 +- version.txt | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 548240658..d8419633f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.4.3"} \ No newline at end of file +{".":"1.4.4"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ed96d88a..e42975fd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.4](https://github.com/open-feature/java-sdk/compare/v1.4.3...v1.4.4) (2023-08-15) + + +### 🧹 Chore + +* **deps:** update github/codeql-action digest to 3ecf990 ([#557](https://github.com/open-feature/java-sdk/issues/557)) ([350196c](https://github.com/open-feature/java-sdk/commit/350196c6882aadba1c037132ff61296c8212d871)) +* **deps:** update github/codeql-action digest to e683046 ([#559](https://github.com/open-feature/java-sdk/issues/559)) ([6c52ee4](https://github.com/open-feature/java-sdk/commit/6c52ee464fdb5d5733cb5a31e9cfea1644840177)) + ## [1.4.3](https://github.com/open-feature/java-sdk/compare/v1.4.2...v1.4.3) (2023-08-11) diff --git a/README.md b/README.md index b453b4268..6b01477d8 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Note that this library is intended to be used in server-side contexts and has no dev.openfeature sdk - 1.4.3 + 1.4.4 ``` @@ -67,7 +67,7 @@ If you would like snapshot builds, this is the relevant repository information: ```groovy dependencies { - implementation 'dev.openfeature:sdk:1.4.3' + implementation 'dev.openfeature:sdk:1.4.4' } ``` diff --git a/pom.xml b/pom.xml index 098d6eb0a..af450637d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ dev.openfeature sdk - 1.4.3 + 1.4.4 UTF-8 diff --git a/version.txt b/version.txt index 428b770e3..1c99cf0e8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.4.3 +1.4.4