diff --git a/app/build.gradle b/app/build.gradle
index a18ffc80..5a710a70 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -20,8 +20,8 @@ android {
applicationId "com.beemdevelopment.aegis"
minSdkVersion 21
targetSdkVersion 29
- versionCode 29
- versionName "1.1.4"
+ versionCode 30
+ versionName "1.2-beta1"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
diff --git a/app/src/main/assets/changelog.html b/app/src/main/assets/changelog.html
index 3e3caea3..d06f9728 100644
--- a/app/src/main/assets/changelog.html
+++ b/app/src/main/assets/changelog.html
@@ -31,6 +31,37 @@
+ Version 1.2
+ New
+
+ - Add navigation bar color to themes
+ - Add support for importing from TOTP Authenticator
+ - Add support for importing from Microsoft Authenticator
+ - Add support for importing from Authenticator Plus
+ - Add support for importing a plain text Google Authenticator URI file
+ - Add support for importing from the new Google Authenticator export QR codes
+ - Add support for otpauth://steam URI's
+ - Improve method to notify users on copy
+ - Add support for backups
+ - Improve multiselect flow
+ - Automatically adapt to system theme
+ - Add setting to change from 3 digit group size to 2 digit group size
+ - Use most frequent period to show progress
+ - Append a timestamp to the filename of exported vaults
+ - Add Hungarian translation
+ - Display a warning if automatic time sync is not enabled
+ - Minor card entry layout overhaul
+
+ Fixes
+
+ - Improve overall exception handling and error feedback to the user
+ - Protect writes of the vault file against corruption with AtomicFile
+ - Make the parsing logic of the QR code URI more robust
+ - Importing from Authy now asks for password if needed
+ - Update Russian localization
+ - Increase password reminder period to 30 days
+
+ Various other minor improvements
Version 1.1.4
Fixes