Skip to content

Commit

Permalink
Release v1.6.0 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
iProdigy authored Jul 22, 2023
1 parent 0cc78a3 commit 6405bfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 1.6.0

- Major: Add notifier for when items are bought or sold on the Grand Exchange. (#275, #277)
- Minor: Fire level notification upon reaching max skill experience of 200M. (#273)
- Minor: Include clan name in notificiation metadata. (#274)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
}

group = "dinkplugin"
version = "1.5.3"
version = "1.6.0"

tasks.withType<JavaCompile> {
options.encoding = "UTF-8"
Expand Down

0 comments on commit 6405bfc

Please sign in to comment.