Skip to content

Commit e5db97d

Browse files
Prepare release v4.0.12 (#443)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent c868cdb commit e5db97d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010

11+
## [4.0.12] - 2025-11-03
12+
13+
1114
## [4.0.11] - 2025-08-01
1215

1316
### Changed
@@ -273,7 +276,8 @@ properties](https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.h
273276

274277
* Improved detection of Heroku API key. Now uses .netrc first.
275278

276-
[unreleased]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.11...HEAD
279+
[unreleased]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.12...HEAD
280+
[4.0.12]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.11...v4.0.12
277281
[4.0.11]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.10...v4.0.11
278282
[4.0.10]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.9...v4.0.10
279283
[4.0.9]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.8...v4.0.9

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.heroku</groupId>
66
<artifactId>heroku-jvm-application-deployer</artifactId>
7-
<version>4.0.12-SNAPSHOT</version>
7+
<version>4.0.12</version>
88
<packaging>jar</packaging>
99

1010
<name>Heroku JVM Application Deployer</name>

0 commit comments

Comments
 (0)