Skip to content

Commit 2ca2ed1

Browse files
authored
Release v1.11.2 (#673)
1 parent 4db3d66 commit 2ca2ed1

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.11.2
4+
35
- Dev: Harden input validation for urls provided to the external plugin notifier. (#672)
46

57
## 1.11.1

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
}
4545

4646
group = "dinkplugin"
47-
version = "1.11.1"
47+
version = "1.11.2"
4848

4949
tasks.withType<JavaCompile> {
5050
options.encoding = "UTF-8"

0 commit comments

Comments
 (0)