From 15f155da5ac8a2682b25b0d2876e98594a1cd587 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Wed, 22 Oct 2025 20:52:44 +0000
Subject: [PATCH] chore(main): release functions-framework-api 2.0.0
---
.github/.release-please-manifest.json | 2 +-
functions-framework-api/CHANGELOG.md | 11 +++++++++++
functions-framework-api/pom.xml | 2 +-
3 files changed, 13 insertions(+), 2 deletions(-)
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