diff --git a/CHANGELOG.md b/CHANGELOG.md index bc62ede5..7ca0b69a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 1.11.3 + - Bugfix: Allow external plugin notifications to be requested off of the client thread. (#677) - Bugfix: Actually allow null replacements to be sent to the external plugin notifier. (#676) diff --git a/build.gradle.kts b/build.gradle.kts index 985fc967..ffb74d40 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,7 +44,7 @@ dependencies { } group = "dinkplugin" -version = "1.11.2" +version = "1.11.3" tasks.withType { options.encoding = "UTF-8"