Skip to content

Commit 18c2f61

Browse files
committed
Bump
1 parent 5864ee8 commit 18c2f61

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.14 (not released yet)
1+
# Version 2.1.14
22
- Added support for client IP address encryption in logs using IPCrypt.
33
This feature helps protect user privacy by encrypting IP addresses before
44
they are logged. Three algorithms are supported: deterministic,

dnscrypt-proxy/main.go

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

1717
const (
18-
AppVersion = "2.1.13"
18+
AppVersion = "2.1.14"
1919
DefaultConfigFileName = "dnscrypt-proxy.toml"
2020
)
2121

0 commit comments

Comments
 (0)