diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 3ba911b3..e21c415f 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1 +1 @@ -{"functions-framework-api":"2.0.0","invoker":"2.0.0","function-maven-plugin":"1.0.0"} +{"functions-framework-api":"2.0.1","invoker":"2.0.0","function-maven-plugin":"1.0.0"} diff --git a/functions-framework-api/CHANGELOG.md b/functions-framework-api/CHANGELOG.md index f588d527..c2999393 100644 --- a/functions-framework-api/CHANGELOG.md +++ b/functions-framework-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Bug Fixes + +* update CloudEvents dependencyFixes [#378](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/378) ([#379](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/379)) ([de983d9](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/de983d907ebba9fba6809e816f6c70f207d6c252)) + ## [2.0.0](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/functions-framework-api-v1.1.4...functions-framework-api-v2.0.0) (2025-11-05) diff --git a/functions-framework-api/pom.xml b/functions-framework-api/pom.xml index b810722e..f1fb7cf8 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.1-SNAPSHOT + 2.0.1 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