From 1c638ad450807c362a3212ab2871c0cc635a5281 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 00:04:44 +0000 Subject: [PATCH] chore(main): release functions-framework-api 2.0.2 --- .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 bece83ba..ee75dc85 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1 +1 @@ -{"functions-framework-api":"2.0.1","invoker":"2.0.1","function-maven-plugin":"1.0.1"} +{"functions-framework-api":"2.0.2","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 c2999393..ee0914d1 100644 --- a/functions-framework-api/CHANGELOG.md +++ b/functions-framework-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### 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.1](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/functions-framework-api-v2.0.0...functions-framework-api-v2.0.1) (2026-04-10) diff --git a/functions-framework-api/pom.xml b/functions-framework-api/pom.xml index ab4234d3..26adb28a 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-SNAPSHOT + 2.0.2 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