diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 979968d03..0fda87f59 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -11,7 +11,7 @@
"providers/statsig": "0.2.1",
"providers/multiprovider": "0.0.3",
"providers/ofrep": "0.0.1",
- "providers/gcp": "0.0.1",
+ "providers/gcp": "0.0.2",
"tools/junit-openfeature": "0.2.1",
"tools/flagd-http-connector": "0.0.4",
"tools/flagd-api": "1.0.0",
diff --git a/providers/gcp/CHANGELOG.md b/providers/gcp/CHANGELOG.md
index 7b09cce02..69a6a0599 100644
--- a/providers/gcp/CHANGELOG.md
+++ b/providers/gcp/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [0.0.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.gcp-v0.0.1...dev.openfeature.contrib.providers.gcp-v0.0.2) (2026-06-15)
+
+
+### ✨ New Features
+
+* add GCP Secret Manager OpenFeature provider ([#1772](https://github.com/open-feature/java-sdk-contrib/issues/1772)) ([17de2b7](https://github.com/open-feature/java-sdk-contrib/commit/17de2b76ecb864e93dc42b53e1d72dd08f4a5bc3))
+* **gcp:** add parameter manager support ([#1808](https://github.com/open-feature/java-sdk-contrib/issues/1808)) ([f3df150](https://github.com/open-feature/java-sdk-contrib/commit/f3df150387036572740d2fd3fa22d3069a1b730e))
+
## 0.0.1
### ✨ New Features
diff --git a/providers/gcp/README.md b/providers/gcp/README.md
index 968ebf19d..cb89e4d2d 100644
--- a/providers/gcp/README.md
+++ b/providers/gcp/README.md
@@ -11,7 +11,7 @@ An OpenFeature provider that reads feature flags from Google Cloud. Currently su
dev.openfeature.contrib.providers
gcp
- 0.0.1
+ 0.0.2
```
diff --git a/providers/gcp/pom.xml b/providers/gcp/pom.xml
index 8f08e71d8..2c4759f2e 100644
--- a/providers/gcp/pom.xml
+++ b/providers/gcp/pom.xml
@@ -15,7 +15,7 @@
dev.openfeature.contrib.providers
gcp
- 0.0.1
+ 0.0.2
diff --git a/providers/gcp/version.txt b/providers/gcp/version.txt
index 8acdd82b7..4e379d2bf 100644
--- a/providers/gcp/version.txt
+++ b/providers/gcp/version.txt
@@ -1 +1 @@
-0.0.1
+0.0.2
diff --git a/samples/gcp/pom.xml b/samples/gcp/pom.xml
index 31e3f1cd7..7c0544920 100644
--- a/samples/gcp/pom.xml
+++ b/samples/gcp/pom.xml
@@ -33,7 +33,7 @@
dev.openfeature.contrib.providers
gcp
- 0.0.1
+ 0.0.2