Skip to content

Commit 00009c5

Browse files
committed
Bump version to 2.6 (108)
1 parent 1f8066e commit 00009c5

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v2.6
2+
===
3+
Improvements:
4+
- Under the hood optimization of the MITM module and LibertyTunnel SNI tricks
5+
6+
Bugfixes:
7+
- Fixed the underlying issue which prevented LibertyTunnel "Remove SNI" trick from being applied
8+
19
v2.5
210
===
311
Improvements:

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
applicationId 'io.github.krlvm.powertunnel.android'
2929
minSdkVersion 16
3030
targetSdkVersion 30
31-
versionCode 107
32-
versionName "2.5"
31+
versionCode 108
32+
versionName "2.6"
3333
multiDexEnabled true
3434

3535
externalNativeBuild {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Improvements:
2+
- Under the hood optimization of the MITM module and LibertyTunnel SNI tricks
3+
4+
Bugfixes:
5+
- Fixed the underlying issue which prevented LibertyTunnel "Remove SNI" trick from being applied

0 commit comments

Comments
 (0)