Skip to content

Commit 830b698

Browse files
heroku-linguist[bot]Malax
andauthoredJul 17, 2024
Prepare release v4.0.7 (#336)
* Prepare release v4.0.7 * Update CHANGELOG --------- Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> Co-authored-by: Manuel Fuchs <[email protected]>
1 parent c1598b4 commit 830b698

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
 

‎CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010

11+
## [4.0.7] - 2024-07-17
12+
13+
### Changed
14+
15+
* Updated dependencies
16+
1117
## [4.0.6] - 2024-05-07
1218

1319
### Fixed
@@ -243,7 +249,8 @@ properties](https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.h
243249

244250
* Improved detection of Heroku API key. Now uses .netrc first.
245251

246-
[unreleased]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.6...HEAD
252+
[unreleased]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.7...HEAD
253+
[4.0.7]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.6...v4.0.7
247254
[4.0.6]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.5...v4.0.6
248255
[4.0.5]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.4...v4.0.5
249256
[4.0.4]: https://github.com/heroku/heroku-jvm-application-deployer/compare/v4.0.3...v4.0.4

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

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

0 commit comments

Comments
 (0)