From 8ad4880bb3bdb96c406de3d422a1c310e13068a1 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 10 Aug 2023 18:52:48 +0000
Subject: [PATCH] chore(main): release 1.4.3
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 7 +++++++
README.md | 4 ++--
pom.xml | 2 +-
version.txt | 2 +-
5 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 9b0907980..548240658 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1 +1 @@
-{".":"1.4.2"}
\ No newline at end of file
+{".":"1.4.3"}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5d0238b8..d63b2fab8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.4.3](https://github.com/open-feature/java-sdk/compare/v1.4.2...v1.4.3) (2023-08-10)
+
+
+### 🧹 Chore
+
+* **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)
diff --git a/README.md b/README.md
index 3a48562a1..b453b4268 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.2
+ 1.4.3
```
@@ -67,7 +67,7 @@ If you would like snapshot builds, this is the relevant repository information:
```groovy
dependencies {
- implementation 'dev.openfeature:sdk:1.4.2'
+ implementation 'dev.openfeature:sdk:1.4.3'
}
```
diff --git a/pom.xml b/pom.xml
index 79d142dfb..098d6eb0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
dev.openfeature
sdk
- 1.4.2
+ 1.4.3
UTF-8
diff --git a/version.txt b/version.txt
index 9df886c42..428b770e3 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-1.4.2
+1.4.3