diff --git a/CHANGELOG b/CHANGELOG index c1fa8329d40c443ef5cb4fbec1b15f1b0a3c84cf..809e94e3fef2f47427aa2fa6847ca293267404c5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,7 @@ Features: Bugs: - Custom providers are saved and restored - Smoother orientation changes +- Disconnect correctly: stop blocking and normal VPN connections - Many small bugs fixed during the refactor 0.8.0 November 25 2014 - the "problematic" release diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a0c6ce36883ec31f027762fba412bb472e7f2b56..5f61cd78ab1808128e583d039806b48552ea38f9 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -17,7 +17,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="se.leap.bitmaskclient" - android:versionCode="105" + android:versionCode="106" android:versionName="0.8.1" > <uses-permission android:name="android.permission.INTERNET" />