Skip to content

Commit ed1370d

Browse files
committed
Bump version
1 parent 41732e5 commit ed1370d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 2.1.15 [not released yet]
1+
# Version 2.1.15
22
- The proxy now dynamically reduces timeouts as the connection limit is
33
approached, improving performance and preventing connection exhaustion under
44
heavy load.

dnscrypt-proxy/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
const (
19-
AppVersion = "2.1.14"
19+
AppVersion = "2.1.15"
2020
DefaultConfigFileName = "dnscrypt-proxy.toml"
2121
)
2222

0 commit comments

Comments
 (0)