Skip to content

Commit 676209f

Browse files
Prepare release v4.0.5 (#314)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent bc61f7f commit 676209f

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.5] - 2024-05-06
12+
1013
### Added
1114

1215
* Upload progress reporting ([#313](https://github.com/heroku/heroku-jvm-application-deployer/pull/313))
@@ -226,7 +229,8 @@ properties](https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.h
226229

227230
* Improved detection of Heroku API key. Now uses .netrc first.
228231

229-
[unreleased]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.4...HEAD
232+
[unreleased]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.5...HEAD
233+
[4.0.5]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.4...v4.0.5
230234
[4.0.4]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.3...v4.0.4
231235
[4.0.3]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.2...v4.0.3
232236
[4.0.2]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.1...v4.0.2

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

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

0 commit comments

Comments
 (0)