From c33d27974fbd3e6fcd9522207171bb944f4914e6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Parm=C3=A9nides=20GV?= <parmegv@sdf.org>
Date: Wed, 17 Dec 2014 12:43:23 +0100
Subject: [PATCH] 0.8.1 RC4

---
 CHANGELOG                        | 1 +
 app/src/main/AndroidManifest.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index c1fa8329d..809e94e3f 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 a0c6ce368..5f61cd78a 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" />
-- 
GitLab