Skip to content

Commit 4e882e2

Browse files
Prepare release v4.0.4 (#300)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 4e3fe92 commit 4e882e2

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.4] - 2024-04-03
12+
1013
* Updated dependencies
1114

1215
## [4.0.3] - 2024-02-26
@@ -220,7 +223,8 @@ properties](https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.h
220223

221224
* Improved detection of Heroku API key. Now uses .netrc first.
222225

223-
[unreleased]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.3...HEAD
226+
[unreleased]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.4...HEAD
227+
[4.0.4]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.3...v4.0.4
224228
[4.0.3]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.2...v4.0.3
225229
[4.0.2]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.1...v4.0.2
226230
[4.0.1]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.0...v4.0.1

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

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

0 commit comments

Comments
 (0)