Skip to content

Commit 58d7a1a

Browse files
committed
Prepare version 8.3.7
1 parent a0da04a commit 58d7a1a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ org.gradle.parallel=true
1111

1212
GROUP=com.gradleup.shadow
1313
POM_ARTIFACT_ID=shadow-gradle-plugin
14-
VERSION_NAME=8.3.7-SNAPSHOT
14+
VERSION_NAME=8.3.7
1515

1616
SONATYPE_AUTOMATIC_RELEASE=true
1717
SONATYPE_HOST=CENTRAL_PORTAL

src/docs/changes/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
## [Unreleased]
55

6+
7+
## [v8.3.7] (2025-06-24)
8+
69
**Fixed**
710

811
- Fix compatibility for Gradle 9.0.0 RC1. ([#1470](https://github.com/GradleUp/shadow/pull/1470))
@@ -426,7 +429,8 @@ Instead, use the `enableRelocation = true` and `relocationPrefix = "<new package
426429

427430

428431

429-
[Unreleased]: https://github.com/GradleUp/shadow/compare/8.3.6...HEAD
432+
[Unreleased]: https://github.com/GradleUp/shadow/compare/8.3.7...HEAD
433+
[v8.3.7]: https://github.com/GradleUp/shadow/releases/tag/8.3.7
430434
[v8.3.6]: https://github.com/GradleUp/shadow/releases/tag/8.3.6
431435
[v8.3.5]: https://github.com/GradleUp/shadow/releases/tag/8.3.5
432436
[v8.3.4]: https://github.com/GradleUp/shadow/releases/tag/8.3.4

0 commit comments

Comments
 (0)