Skip to content

Commit 986212f

Browse files
Prepare release v4.0.8 (#377)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 8f7f7ba commit 986212f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
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.8] - 2025-01-07
12+
1013
### Added
1114

1215
* When the target app is using [Fir](https://devcenter.heroku.com/articles/generations#fir), a default `project.toml` will now be generated and deployed alongside the app. This ensures that OpenJDK will be installed and `Procfile` works as expected without the need for explicit configuration. ([#369](https://github.com/heroku/heroku-jvm-application-deployer/pull/369))
@@ -252,7 +255,8 @@ properties](https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.h
252255

253256
* Improved detection of Heroku API key. Now uses .netrc first.
254257

255-
[unreleased]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.7...HEAD
258+
[unreleased]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.8...HEAD
259+
[4.0.8]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.7...v4.0.8
256260
[4.0.7]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.6...v4.0.7
257261
[4.0.6]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.5...v4.0.6
258262
[4.0.5]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.4...v4.0.5

pom.xml

+1-1
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.8-SNAPSHOT</version>
7+
<version>4.0.8</version>
88
<packaging>jar</packaging>
99

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

0 commit comments

Comments
 (0)