diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce8b651..61d98c20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Releases available at https://github.com/emanuele-f/PCAPdroid/releases +## [1.6.2] - 2023-03-31 +- Update mitm addon to mitmproxy 9.0.1 +- Add SOCKS5 authentication via username and password +- Add workaround for mitm addon connection failure +- Update German translation (credits: Mario Herrmann) + ## [1.6.1] - 2023-02-10 - Fix Android TV navigation - Fix minor crashes diff --git a/app/build.gradle b/app/build.gradle index 09ef341b..94088353 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.emanuelef.remote_capture" minSdkVersion 21 targetSdkVersion 33 - versionCode 63 - versionName "1.6.1" + versionCode 64 + versionName "1.6.2" buildConfigField "long", "BUILD_TIME", System.currentTimeMillis() + "L" }