Skip to content

Commit 85cb991

Browse files
committed
Prepare version 8.3.4
1 parent 1bb88d1 commit 85cb991

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.4-SNAPSHOT
9+
VERSION_NAME=8.3.4
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.4]
8+
69
**Fixed**
710

811
- Apply legacy plugin last, and declare capabilities for old plugins, fixes [#964](https://github.com/GradleUp/shadow/issues/964). ([#991](https://github.com/GradleUp/shadow/pull/991))
@@ -404,7 +407,8 @@ Instead, use the `enableRelocation = true` and `relocationPrefix = "<new package
404407

405408

406409

407-
[Unreleased]: https://github.com/GradleUp/shadow/compare/8.3.3...HEAD
410+
[Unreleased]: https://github.com/GradleUp/shadow/compare/8.3.4...HEAD
411+
[v8.3.4]: https://github.com/GradleUp/shadow/releases/tag/8.3.4
408412
[v8.3.3]: https://github.com/GradleUp/shadow/releases/tag/8.3.3
409413
[v8.3.2]: https://github.com/GradleUp/shadow/releases/tag/8.3.2
410414
[v8.3.1]: https://github.com/GradleUp/shadow/releases/tag/8.3.1

0 commit comments

Comments
 (0)