Skip to content

Commit 9aa1dda

Browse files
authored
Release v1.8.0 (#388)
1 parent 071b839 commit 9aa1dda

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## 1.8.0
4+
35
- Major: Add notifier to capture trades with other players. (#361)
46
- Minor: Add loot notifier setting that redirects pk loot to the pk notifier override url. (#353)
57
- Minor: Allow customization of which safe deaths can trigger notifications. (#363, #384, #385)

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
}
4040

4141
group = "dinkplugin"
42-
version = "1.7.2"
42+
version = "1.8.0"
4343

4444
tasks.withType<JavaCompile> {
4545
options.encoding = "UTF-8"

0 commit comments

Comments
 (0)