We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e1e30 commit c3a19dbCopy full SHA for c3a19db
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## Unreleased
2
3
+## 1.5.1
4
+
5
- Minor: Track points progress towards next combat achievement tier rewards unlock. (#236)
6
- Minor: Add combat achievement points as rich embed field. (#235)
7
- Minor: Use item image as rich embed thumbnail for loot notifications. (#234)
build.gradle.kts
@@ -39,7 +39,7 @@ dependencies {
39
}
40
41
group = "dinkplugin"
42
-version = "1.5.0"
+version = "1.5.1"
43
44
tasks.withType<JavaCompile> {
45
options.encoding = "UTF-8"
0 commit comments