diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json
index 87a47513..9bc86bf6 100644
--- a/.github/.release-please-manifest.json
+++ b/.github/.release-please-manifest.json
@@ -1 +1 @@
-{"functions-framework-api":"1.1.4","invoker":"1.4.3","function-maven-plugin":"0.11.1"}
+{"functions-framework-api":"1.1.4","invoker":"1.4.3","function-maven-plugin":"0.11.2"}
diff --git a/function-maven-plugin/CHANGELOG.md b/function-maven-plugin/CHANGELOG.md
index f1fbe49a..8b636bc6 100644
--- a/function-maven-plugin/CHANGELOG.md
+++ b/function-maven-plugin/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [0.11.2](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/function-maven-plugin-v0.11.1...function-maven-plugin-v0.11.2) (2025-10-21)
+
+
+### Bug Fixes
+
+* several minor fixes ([#341](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/341)) ([e152e0d](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/e152e0d697c1a3f4a90a6480347b4ddf0b73f3e3))
+* update dependency com.google.cloud.functions.invoker to 1.4.3 ([#354](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/354)) ([0e24d42](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/0e24d42573d104f8b73921513f6f296ada4a255c))
+
## [0.11.1](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/function-maven-plugin-v0.11.0...function-maven-plugin-v0.11.1) (2024-11-27)
diff --git a/function-maven-plugin/pom.xml b/function-maven-plugin/pom.xml
index fb12fd9c..bbd0bfa6 100644
--- a/function-maven-plugin/pom.xml
+++ b/function-maven-plugin/pom.xml
@@ -10,7 +10,7 @@
com.google.cloud.functions
function-maven-plugin
maven-plugin
- 0.11.2-SNAPSHOT
+ 0.11.2
Functions Framework Plugin
A Maven plugin that allows functions to be deployed, and to be run locally
using the Java Functions Framework.