From 991a847e3a3f8befd1fcef76d1b388798d2a5ebc Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 19:06:44 +0000 Subject: [PATCH 1/2] chore(main): release functions-framework-api 1.1.4 --- .github/.release-please-manifest.json | 2 +- functions-framework-api/CHANGELOG.md | 8 ++++++++ functions-framework-api/pom.xml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index e6849dfb..6f51842e 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1 +1 @@ -{"functions-framework-api":"1.1.3","invoker":"1.3.2","function-maven-plugin":"0.11.0"} +{"functions-framework-api":"1.1.4","invoker":"1.3.2","function-maven-plugin":"0.11.0"} diff --git a/functions-framework-api/CHANGELOG.md b/functions-framework-api/CHANGELOG.md index 497626cf..c2aa648c 100644 --- a/functions-framework-api/CHANGELOG.md +++ b/functions-framework-api/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [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) + + +### Bug Fixes + +* print username for maven repo publish and revert maven-source-plugin to 3.2.1 ([#307](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/307)) ([54180ad](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/54180ada60ef776e1f720ff12cdf7a2978a8952e)) +* revert maven-source-plugin to 3.2.1 ([#303](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/303)) ([2db9a2b](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/2db9a2bec6ba93e7954e68c2301c5fc2fcc032d8)) + ## [1.1.3](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/functions-framework-api-v1.1.2...functions-framework-api-v1.1.3) (2024-10-05) diff --git a/functions-framework-api/pom.xml b/functions-framework-api/pom.xml index 8e792243..7bc776c4 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.4-SNAPSHOT + 1.1.4 UTF-8 From 183113f97ad4f7804de4ff753291c9ea7423e34b Mon Sep 17 00:00:00 2001 From: dixuswe <152918466+dixuswe@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:59:07 -0800 Subject: [PATCH 2/2] Update CHANGELOG.md --- functions-framework-api/CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/functions-framework-api/CHANGELOG.md b/functions-framework-api/CHANGELOG.md index c2aa648c..b97246fe 100644 --- a/functions-framework-api/CHANGELOG.md +++ b/functions-framework-api/CHANGELOG.md @@ -5,7 +5,6 @@ ### Bug Fixes -* print username for maven repo publish and revert maven-source-plugin to 3.2.1 ([#307](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/307)) ([54180ad](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/54180ada60ef776e1f720ff12cdf7a2978a8952e)) * revert maven-source-plugin to 3.2.1 ([#303](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/303)) ([2db9a2b](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/2db9a2bec6ba93e7954e68c2301c5fc2fcc032d8)) ## [1.1.3](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/functions-framework-api-v1.1.2...functions-framework-api-v1.1.3) (2024-10-05)