diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json
index 9bc86bf6..4a932202 100644
--- a/.github/.release-please-manifest.json
+++ b/.github/.release-please-manifest.json
@@ -1 +1 @@
-{"functions-framework-api":"1.1.4","invoker":"1.4.3","function-maven-plugin":"0.11.2"}
+{"functions-framework-api":"2.0.0","invoker":"1.4.3","function-maven-plugin":"0.11.2"}
diff --git a/functions-framework-api/CHANGELOG.md b/functions-framework-api/CHANGELOG.md
index b97246fe..f230ef56 100644
--- a/functions-framework-api/CHANGELOG.md
+++ b/functions-framework-api/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog
+## [2.0.0](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/functions-framework-api-v1.1.4...functions-framework-api-v2.0.0) (2025-10-22)
+
+
+### ⚠ BREAKING CHANGES
+
+* remove java11 support and expand java21 test coverage ([#356](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/356))
+
+### Features
+
+* remove java11 support and expand java21 test coverage ([#356](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/356)) ([c1f27d2](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/c1f27d289e3b9da2ec936fb4d2197f42a2eaa983))
+
## [1.1.4](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/functions-framework-api-v1.1.3...functions-framework-api-v1.1.4) (2024-11-22)
diff --git a/functions-framework-api/pom.xml b/functions-framework-api/pom.xml
index 6f4ce316..06fb4f2a 100644
--- a/functions-framework-api/pom.xml
+++ b/functions-framework-api/pom.xml
@@ -24,7 +24,7 @@
com.google.cloud.functions
functions-framework-api
- 1.1.5-SNAPSHOT
+ 2.0.0
UTF-8