diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa9a8b4..f7a327b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [4.0.12] - 2025-11-03
+
+
## [4.0.11] - 2025-08-01
### Changed
@@ -273,7 +276,8 @@ properties](https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.h
* Improved detection of Heroku API key. Now uses .netrc first.
-[unreleased]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.11...HEAD
+[unreleased]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.12...HEAD
+[4.0.12]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.11...v4.0.12
[4.0.11]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.10...v4.0.11
[4.0.10]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.9...v4.0.10
[4.0.9]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.8...v4.0.9
diff --git a/pom.xml b/pom.xml
index f61af16..51aea4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.heroku
heroku-jvm-application-deployer
- 4.0.12-SNAPSHOT
+ 4.0.12
jar
Heroku JVM Application Deployer