chore: release v5.0.1

This commit is contained in:
zaneschepke
2026-06-08 20:19:26 -04:00
parent 554499f9de
commit 965172767e
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
object Constants {
const val VERSION_NAME = "5.0.0"
const val VERSION_CODE = 50000
const val VERSION_NAME = "5.0.1"
const val VERSION_CODE = 50001
const val TARGET_SDK = 37
const val MIN_SDK = 26
@@ -0,0 +1,4 @@
What's new:
- Bugfix for some tunnel endpoints failing to resolve in system DNS mode
- Mitigated memory tagging error bug for system DNS mode
- Bugfix for split tunneling regression by reverting Android Auto workaround