Skip to content

Commit 01e1509

Browse files
committed
chore: bump version with notes
1 parent 8f2fd93 commit 01e1509

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

buildSrc/src/main/kotlin/Constants.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
object Constants {
2-
const val VERSION_NAME = "3.6.6"
2+
const val VERSION_NAME = "3.7.0"
33
const val JVM_TARGET = "17"
4-
const val VERSION_CODE = 36600
4+
const val VERSION_CODE = 37000
55
const val TARGET_SDK = 35
66
const val MIN_SDK = 26
77
const val APP_ID = "com.zaneschepke.wireguardautotunnel"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
What's new:
2+
- Multiple tunnel support for kernel mode
3+
- Override for WG default DNS Ipv4 preference
4+
- Stop kill switch on trusted support
5+
- Limit location querying by auto tunnel
6+
- Various bug fixes and improvements

0 commit comments

Comments
 (0)