We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 546a8df commit 3877e56Copy full SHA for 3877e56
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## Unreleased
2
3
+## 1.10.21
4
+
5
- Minor: Add `personalBest` time to killcount notification metadata. (#648)
6
- Minor: Fire loot notifications for new Royal Titans bosses. (#650)
7
- Minor: Include Bran pet name in pet notifications. (#649)
build.gradle.kts
@@ -43,7 +43,7 @@ dependencies {
43
}
44
45
group = "dinkplugin"
46
-version = "1.10.20"
+version = "1.10.21"
47
48
tasks.withType<JavaCompile> {
49
options.encoding = "UTF-8"
0 commit comments