diff --git a/CHANGELOG.md b/CHANGELOG.md index 61199bf0..127218bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 1.10.16 + - Minor: Allow sending all seasonal notifications to the URLs for the leagues notifier. (#611) - Minor: Add notification for Combat Mastery unlock in Leagues 5. (#617) - Minor: Manually confirm the rank points for each trophy in Leagues 5. (#614) diff --git a/build.gradle.kts b/build.gradle.kts index 073580a8..5d33e561 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { } group = "dinkplugin" -version = "1.10.15" +version = "1.10.16" tasks.withType { options.encoding = "UTF-8"