Skip to content

Commit 0e881ed

Browse files
Prepare release v4.0.6 (#321)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent be4b01d commit 0e881ed

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
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
11+
## [4.0.6] - 2024-05-07
12+
1013
### Fixed
1114

1215
* Previously, when the working directory contains a Git repository without any commits, `heroku-jvm-application-deployer` crashed with a `NullPointerException`. This case is now handled gracefully. ([#319](https://github.com/heroku/heroku-jvm-application-deployer/pull/319))
@@ -240,7 +243,8 @@ properties](https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.h
240243

241244
* Improved detection of Heroku API key. Now uses .netrc first.
242245

243-
[unreleased]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.5...HEAD
246+
[unreleased]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.6...HEAD
247+
[4.0.6]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.5...v4.0.6
244248
[4.0.5]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.4...v4.0.5
245249
[4.0.4]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.3...v4.0.4
246250
[4.0.3]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.2...v4.0.3

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.6-SNAPSHOT</version>
7+
<version>4.0.6</version>
88
<packaging>jar</packaging>
99

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

0 commit comments

Comments
 (0)