From fd752ee376e966d726017987d80767dbb49dcc5a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 19:34:51 +0000 Subject: [PATCH] chore(main): release functions-framework-api 2.0.3 --- .github/.release-please-manifest.json | 2 +- functions-framework-api/CHANGELOG.md | 7 +++++++ functions-framework-api/pom.xml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index ee75dc85..ca331d95 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1 +1 @@ -{"functions-framework-api":"2.0.2","invoker":"2.0.1","function-maven-plugin":"1.0.1"} +{"functions-framework-api":"2.0.3","invoker":"2.0.1","function-maven-plugin":"1.0.1"} diff --git a/functions-framework-api/CHANGELOG.md b/functions-framework-api/CHANGELOG.md index ee0914d1..b397585f 100644 --- a/functions-framework-api/CHANGELOG.md +++ b/functions-framework-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.3](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/functions-framework-api-v2.0.2...functions-framework-api-v2.0.3) (2026-07-14) + + +### Bug Fixes + +* enforce maven-enforcer-plugin 3.6.3 in release profile and fix POM structure ([#394](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/394)) ([3a7faaf](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/3a7faaf3026ce9762a2fe728c30938b09c112bac)) + ## [2.0.2](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/functions-framework-api-v2.0.1...functions-framework-api-v2.0.2) (2026-07-09) diff --git a/functions-framework-api/pom.xml b/functions-framework-api/pom.xml index d7c6182b..c1cec98c 100644 --- a/functions-framework-api/pom.xml +++ b/functions-framework-api/pom.xml @@ -24,7 +24,7 @@ com.google.cloud.functions functions-framework-api - 2.0.2 + 2.0.3 Functions Framework Java API An open source FaaS (Function as a service) framework for writing portable Java functions. https://github.com/GoogleCloudPlatform/functions-framework-java