diff --git a/CHANGELOG b/CHANGELOG index 2284c0c5c..f1e535411 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ ## 3.0 - * Fix Yubikey signature generation and decryption + * Full support for Yubikey signature generation and decryption! * Propose installable compatible apps in apps list * New design for decryption screens * Many fixes for key import, also fixes stripped keys @@ -7,7 +7,7 @@ * User interface to generate custom keys * Fixing user id revocation certificates * New cloud search (searches over traditional keyservers and keybase.io) - * Support to strip keys inside OpenKeychain + * Support for stripping keys inside OpenKeychain ## 2.9.2 * Fix keys broken in 2.9.1 @@ -228,4 +228,4 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa * Allow signing only ## 0.7.0 - * Initial public release \ No newline at end of file + * Initial public release diff --git a/OpenKeychain/src/main/AndroidManifest.xml b/OpenKeychain/src/main/AndroidManifest.xml index c6378136d..9b11a0774 100644 --- a/OpenKeychain/src/main/AndroidManifest.xml +++ b/OpenKeychain/src/main/AndroidManifest.xml @@ -3,8 +3,8 @@ xmlns:tools="http://schemas.android.com/tools" package="org.sufficientlysecure.keychain" android:installLocation="auto" - android:versionCode="29200" - android:versionName="2.9.2"> + android:versionCode="29201" + android:versionName="3.0 beta1">
+ +