Skip to content

Commit

Permalink
Prepare release v4.0.1 (#261)
Browse files Browse the repository at this point in the history
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Dec 5, 2023
1 parent ac2b27b commit 74081e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [4.0.1] - 2023-12-05

### Changed

* Specifying a main JAR or WAR file is no longer required. This allows easy deployment in cases where application startup is managed by a shell script, such as when using [`sbt-native-packager`](https://github.com/sbt/sbt-native-packager). ([#258](https://github.com/heroku/heroku-jvm-application-deployer/pull/258))
Expand Down Expand Up @@ -206,7 +209,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.0...HEAD
[unreleased]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.1...HEAD
[4.0.1]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v3.0.7...v4.0.0
[3.0.7]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v3.0.6...v3.0.7
[3.0.6]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v3.0.5...v3.0.6
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.heroku</groupId>
<artifactId>heroku-jvm-application-deployer</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<packaging>jar</packaging>

<name>Heroku JVM Application Deployer</name>
Expand Down

0 comments on commit 74081e4

Please sign in to comment.