summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG9
-rw-r--r--app/src/main/AndroidManifest.xml4
2 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6115133a..feaafbbe 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,12 @@
+0.8.1 - the "refactored" release
+Features:
+- Material design for Android 5
+- Cleaner codebase
+Bugs:
+- Custom providers are saved and restored
+- Smoother orientation changes
+- Many small bugs fixed during the refactor
+
0.8.0 November 25 2014 - the "problematic" release
Features:
- Block connection until VPN is established
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 6b548dbb..e8afa156 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -17,8 +17,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="se.leap.bitmaskclient"
- android:versionCode="102"
- android:versionName="0.8.0" >
+ android:versionCode="103"
+ android:versionName="0.8.1" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />