Skip to content

Commit 09be106

Browse files
committed
Prepare version 8.3.5
1 parent f991608 commit 09be106

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
@@ -6,7 +6,7 @@ org.gradle.configuration-cache=true
66

77
GROUP=com.gradleup.shadow
88
POM_ARTIFACT_ID=shadow-gradle-plugin
9-
VERSION_NAME=8.3.5-SNAPSHOT
9+
VERSION_NAME=8.3.5
1010

1111
SONATYPE_AUTOMATIC_RELEASE=true
1212
SONATYPE_HOST=DEFAULT

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.5] (2024-11-03)
8+
69
**Fixed**
710

811
- Revert "Bump Java level to 11" ([#1011](https://github.com/GradleUp/shadow/issues/1011)).
@@ -412,7 +415,8 @@ Instead, use the `enableRelocation = true` and `relocationPrefix = "<new package
412415

413416

414417

415-
[Unreleased]: https://github.com/GradleUp/shadow/compare/8.3.4...HEAD
418+
[Unreleased]: https://github.com/GradleUp/shadow/compare/8.3.5...HEAD
419+
[v8.3.5]: https://github.com/GradleUp/shadow/releases/tag/8.3.5
416420
[v8.3.4]: https://github.com/GradleUp/shadow/releases/tag/8.3.4
417421
[v8.3.3]: https://github.com/GradleUp/shadow/releases/tag/8.3.3
418422
[v8.3.2]: https://github.com/GradleUp/shadow/releases/tag/8.3.2

0 commit comments

Comments
 (0)