Skip to content

Commit f8a04a7

Browse files
authored
Release v1.11.1 (#671)
1 parent ca82530 commit f8a04a7

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.1
4+
35
- Dev: Require users to opt-in to the external plugin notifier. (#670)
46

57
## 1.11.0

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.0"
47+
version = "1.11.1"
4848

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

0 commit comments

Comments
 (0)