diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ff5b5cd..d79f0e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 1.6.1 + - Minor: Include new pet names from Desert Treasure II bosses in notification metadata. (#279) - Bugfix: Fire loot notifications for The Whisperer kills. (#286) - Bugfix: Classify webhook overrides for player kill, grand exchange, and group storage notifiers appropriately for config exports. (#284) diff --git a/build.gradle.kts b/build.gradle.kts index 9bd0e2ff..0678d7f9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { } group = "dinkplugin" -version = "1.6.0" +version = "1.6.1" tasks.withType { options.encoding = "UTF-8"