diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index e58a44f9e..a9b7c051f 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,5 +1,5 @@
{
- "providers/flagd": "0.8.9",
+ "providers/flagd": "0.9.0",
"hooks/open-telemetry": "3.2.0",
"providers/go-feature-flag": "0.3.0",
"providers/flagsmith": "0.0.9",
diff --git a/providers/flagd/CHANGELOG.md b/providers/flagd/CHANGELOG.md
index eb8d55ec1..93eaea8c9 100644
--- a/providers/flagd/CHANGELOG.md
+++ b/providers/flagd/CHANGELOG.md
@@ -1,5 +1,31 @@
# Changelog
+## [0.9.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.9...dev.openfeature.contrib.providers.flagd-v0.9.0) (2024-10-02)
+
+
+### โ BREAKING CHANGES
+
+* use sdk-maintained state, require 1.12 ([#964](https://github.com/open-feature/java-sdk-contrib/issues/964))
+
+### ๐ Bug Fixes
+
+* **deps:** update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.0 ([#979](https://github.com/open-feature/java-sdk-contrib/issues/979)) ([7e1a13e](https://github.com/open-feature/java-sdk-contrib/commit/7e1a13ec79b82f8fa49703af58087fea1874cea5))
+* **deps:** update dependency com.networknt:json-schema-validator to v1.5.2 ([#958](https://github.com/open-feature/java-sdk-contrib/issues/958)) ([da10fe8](https://github.com/open-feature/java-sdk-contrib/commit/da10fe856b53ac3bdf284a194e011895f397bec3))
+* **deps:** update dependency io.netty:netty-transport-native-epoll to v4.1.114.final ([#994](https://github.com/open-feature/java-sdk-contrib/issues/994)) ([3e9b967](https://github.com/open-feature/java-sdk-contrib/commit/3e9b967525a0bddb76f5ebb5b2c70ae92b038a42))
+* **deps:** update grpc-java monorepo to v1.68.0 ([#962](https://github.com/open-feature/java-sdk-contrib/issues/962)) ([96a78bd](https://github.com/open-feature/java-sdk-contrib/commit/96a78bdf3a01445eb41d4496f51660666281668a))
+
+
+### โจ New Features
+
+* expose sync-metadata, call RPC with (re)connect ([#967](https://github.com/open-feature/java-sdk-contrib/issues/967)) ([61bb726](https://github.com/open-feature/java-sdk-contrib/commit/61bb7263a8b4ad2b15560b1306b04cd28986a95f))
+* use sdk-maintained state, require 1.12 ([#964](https://github.com/open-feature/java-sdk-contrib/issues/964)) ([4a041b0](https://github.com/open-feature/java-sdk-contrib/commit/4a041b0dda9c4e460f4c2199f3bc680df0dda621))
+
+
+### ๐งน Chore
+
+* **deps:** update junit5 monorepo ([#970](https://github.com/open-feature/java-sdk-contrib/issues/970)) ([df66295](https://github.com/open-feature/java-sdk-contrib/commit/df662955809698650428303d811c2b3a4b135463))
+* **deps:** update testcontainers-java monorepo to v1.20.2 ([#992](https://github.com/open-feature/java-sdk-contrib/issues/992)) ([aba1ae3](https://github.com/open-feature/java-sdk-contrib/commit/aba1ae31ebe26137904218c6737ebe625d267f4e))
+
## [0.8.9](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.8...dev.openfeature.contrib.providers.flagd-v0.8.9) (2024-09-17)
diff --git a/providers/flagd/README.md b/providers/flagd/README.md
index 4c6786efb..4930714a7 100644
--- a/providers/flagd/README.md
+++ b/providers/flagd/README.md
@@ -8,7 +8,7 @@ This provider is designed to use flagd's [evaluation protocol](https://github.co
dev.openfeature.contrib.providers
flagd
- 0.8.9
+ 0.9.0
```
diff --git a/providers/flagd/pom.xml b/providers/flagd/pom.xml
index 4b5fdaf26..2661f15d4 100644
--- a/providers/flagd/pom.xml
+++ b/providers/flagd/pom.xml
@@ -10,7 +10,7 @@
dev.openfeature.contrib.providers
flagd
- 0.8.9
+ 0.9.0
diff --git a/providers/flagd/version.txt b/providers/flagd/version.txt
index 55485e179..ac39a106c 100644
--- a/providers/flagd/version.txt
+++ b/providers/flagd/version.txt
@@ -1 +1 @@
-0.8.9
+0.9.0