Skip to content

Commit 06a8538

Browse files
committed
Bump version to 2.3.1 (105)
1 parent cc9e9d7 commit 06a8538

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Diff for: CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v2.3.1
2+
===
3+
Bugfixes:
4+
- Fixed an issue when VPN Service was not restarting after configuration change
5+
- Fixed an issue when upstream proxy authorization did not work on Android versions older than Android 8 Oreo
6+
- LibertyTunnel no longer conflicts with other plugins which use MITM stack
7+
18
v2.3
29
===
310
New features:

Diff for: app/build.gradle

+2-2
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 104
32-
versionName "2.3"
31+
versionCode 105
32+
versionName "2.3.1"
3333
multiDexEnabled true
3434

3535
externalNativeBuild {

Diff for: fastlane/metadata/android/en-US/changelogs/105.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Bugfixes:
2+
- Fixed an issue when VPN Service was not restarting after configuration change
3+
- Fixed an issue when upstream proxy authorization did not work on Android versions older than Android 8 Oreo
4+
- LibertyTunnel no longer conflicts with other plugins which use MITM stack

0 commit comments

Comments
 (0)