Skip to content

Commit 8bb38a8

Browse files
authored
Release v1.10.19 (#626)
1 parent 63dc834 commit 8bb38a8

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.10.19
4+
35
- Bugfix: Use latest dynamic config when queried, rather than the cached value from okhttp. (#625)
46

57
## 1.10.18

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
}
4444

4545
group = "dinkplugin"
46-
version = "1.10.18"
46+
version = "1.10.19"
4747

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

0 commit comments

Comments
 (0)