diff options
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 38ae2c1..3b956ca 100644 --- a/build.gradle +++ b/build.gradle @@ -214,7 +214,7 @@ publishing { } changelog { - fromCommit('eb824ff275544533d38fa184dfb0adef360a62b0') //There is no tag yet so the versions might be messed up. + fromTag('3.0') } |