diff --git a/CHANGELOG.md b/CHANGELOG.md index c3be26b4..1b2e7b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 1.3.0 + - Major: Add Barbarian Assault high level gambling notifications. (#150) - Minor: Add plugin config export and import chat commands. (#155, #160) - Minor: Make time units of advanced settings more obvious in the user interface. (#158) diff --git a/build.gradle.kts b/build.gradle.kts index e7fc0611..75909faf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { } group = "dinkplugin" -version = "1.2.2" +version = "1.3.0" tasks.withType { options.encoding = "UTF-8"