From c2572a984a246a8f03eda992fdda1585c773fb55 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 00:08:35 +0000 Subject: [PATCH 1/2] chore(main): release functions-framework-api 1.1.3 --- .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 85061204..e6849dfb 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1 +1 @@ -{"functions-framework-api":"1.1.2","invoker":"1.3.2","function-maven-plugin":"0.11.0"} +{"functions-framework-api":"1.1.3","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 7b57f5b6..79fa6029 100644 --- a/functions-framework-api/CHANGELOG.md +++ b/functions-framework-api/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [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) + + +### Bug Fixes + +* revert maven-source-plugin to 3.2.1 ([#297](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/297)) ([8f1fd84](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/8f1fd84ca4cc43b2e93b66fe160f78a868b55ffe)) +* update maven-source-plugin version ([#295](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/295)) ([346714a](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/346714a6162adc72fc0f2ae6a2337198742b2197)) + ## [1.1.2](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/functions-framework-api-v1.1.1...functions-framework-api-v1.1.2) (2024-09-27) diff --git a/functions-framework-api/pom.xml b/functions-framework-api/pom.xml index b7f60a7c..43b48830 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.3-SNAPSHOT + 1.1.3 UTF-8 From 82695f559a494eb432d45a13df9340110e67943f Mon Sep 17 00:00:00 2001 From: dixuswe <152918466+dixuswe@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:28:22 -0700 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 79fa6029..497626cf 100644 --- a/functions-framework-api/CHANGELOG.md +++ b/functions-framework-api/CHANGELOG.md @@ -6,7 +6,6 @@ ### Bug Fixes * revert maven-source-plugin to 3.2.1 ([#297](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/297)) ([8f1fd84](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/8f1fd84ca4cc43b2e93b66fe160f78a868b55ffe)) -* update maven-source-plugin version ([#295](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/295)) ([346714a](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/346714a6162adc72fc0f2ae6a2337198742b2197)) ## [1.1.2](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/functions-framework-api-v1.1.1...functions-framework-api-v1.1.2) (2024-09-27)