diff --git a/CHANGELOG.md b/CHANGELOG.md index 414ea632..cd94e363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ Releases available at https://github.com/emanuele-f/PCAPdroid/releases +## [1.7.1] - 2024-03-28 +- Add toggle for auto-reconnection on third-party VPN termination +- Fix uninstalled apps not removed from app filter +- Add IPv6 bytes stats (credits: myzhan) + ## [1.7.0] - 2024-02-10 - Select multiple target apps - Copy/export the connections payload diff --git a/app/build.gradle b/app/build.gradle index 9e167212..ba83f22d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { minSdkVersion 21 compileSdk 34 targetSdk 34 - versionCode 73 - versionName "1.7.0" + versionCode 74 + versionName "1.7.1" buildConfigField "long", "BUILD_TIME", System.currentTimeMillis() + "L" }