Skip to content

Commit 546a925

Browse files
committed
Prepare version 9.0.0-beta11
1 parent 84d1712 commit 546a925

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/changes/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22

33

4-
## [Unreleased]
4+
## [v9.0.0-beta11] (2025-03-18)
55

66
**Added**
77

@@ -609,7 +609,8 @@ Instead, use the `enableRelocation = true` and `relocationPrefix = "<new package
609609

610610

611611

612-
[Unreleased]: https://github.com/GradleUp/shadow/compare/9.0.0-beta10...HEAD
612+
[Unreleased]: https://github.com/GradleUp/shadow/compare/9.0.0-beta11...HEAD
613+
[v9.0.0-beta11]: https://github.com/GradleUp/shadow/releases/tag/9.0.0-beta11
613614
[v9.0.0-beta10]: https://github.com/GradleUp/shadow/releases/tag/9.0.0-beta10
614615
[v9.0.0-beta9]: https://github.com/GradleUp/shadow/releases/tag/9.0.0-beta9
615616
[v9.0.0-beta8]: https://github.com/GradleUp/shadow/releases/tag/9.0.0-beta8

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=9.0.0-SNAPSHOT
14+
VERSION_NAME=9.0.0-beta11
1515

1616
SONATYPE_AUTOMATIC_RELEASE=true
1717
SONATYPE_HOST=DEFAULT

0 commit comments

Comments
 (0)