diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 0f1a7d79..20497a94 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1 +1 @@ -{"functions-framework-api":"1.0.4","invoker":"1.2.1","function-maven-plugin":"0.10.1"} \ No newline at end of file +{"functions-framework-api":"1.0.4","invoker":"1.2.1","function-maven-plugin":"0.11.0"} \ No newline at end of file diff --git a/function-maven-plugin/CHANGELOG.md b/function-maven-plugin/CHANGELOG.md new file mode 100644 index 00000000..fc0c67b1 --- /dev/null +++ b/function-maven-plugin/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [0.11.0](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/function-maven-plugin-v0.10.1...function-maven-plugin-v0.11.0) (2023-05-31) + + +### Features + +* Add --gen2 support ([#172](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/172)) ([3b7b701](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/3b7b70152ca614e2a3b52f1a7c07d89221095a7d)) +* Define strongly typed function interface ([#186](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/186)) ([5264e35](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/5264e35b2522a789d65f0e0fd9bb5584694529eb)) diff --git a/function-maven-plugin/pom.xml b/function-maven-plugin/pom.xml index eab73245..c83c8e8f 100644 --- a/function-maven-plugin/pom.xml +++ b/function-maven-plugin/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 com.google.cloud.functions function-maven-plugin maven-plugin - 0.10.2-SNAPSHOT + 0.11.0 Functions Framework Plugin A Maven plugin that allows functions to be deployed, and to be run locally using the Java Functions Framework.