diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json
index ba430840..bece83ba 100644
--- a/.github/.release-please-manifest.json
+++ b/.github/.release-please-manifest.json
@@ -1 +1 @@
-{"functions-framework-api":"2.0.1","invoker":"2.0.1","function-maven-plugin":"1.0.0"}
+{"functions-framework-api":"2.0.1","invoker":"2.0.1","function-maven-plugin":"1.0.1"}
diff --git a/function-maven-plugin/CHANGELOG.md b/function-maven-plugin/CHANGELOG.md
index 7d3a2345..6004a955 100644
--- a/function-maven-plugin/CHANGELOG.md
+++ b/function-maven-plugin/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.0.1](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/function-maven-plugin-v1.0.0...function-maven-plugin-v1.0.1) (2026-04-10)
+
+
+### Dependencies
+
+* update Functions Framework Invoker dependency to 2.0.1 ([#385](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/385)) ([9e69efe](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/9e69efe14b779ab21a4f85e54c51283d0ec1a2ec))
+
## [1.0.0](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/function-maven-plugin-v0.11.2...function-maven-plugin-v1.0.0) (2025-11-06)
diff --git a/function-maven-plugin/pom.xml b/function-maven-plugin/pom.xml
index b2929370..7d9e8c34 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
- 1.0.1-SNAPSHOT
+ 1.0.1
Functions Framework Plugin
A Maven plugin that allows functions to be deployed, and to be run locally
using the Java Functions Framework.