diff --git a/app/build.gradle b/app/build.gradle
index 950e94f1..986d2fe2 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -24,8 +24,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 30
- versionCode 45
- versionName "1.4.2"
+ versionCode 46
+ versionName "2.0-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 c1ce669c..2a7bb717 100644
--- a/app/src/main/assets/changelog.html
+++ b/app/src/main/assets/changelog.html
@@ -31,6 +31,27 @@
+ Version 2.0
+ New
+
+ - Support for icon packs
+ - Support for participation in Android's backup system (Google Drive, Seedvault)
+ - UI refresh (switched to the Material Components theme)
+ - Bottom sheet with chips to filter on groups
+ - Search in account names by default (and remove the setting)
+ - Replaced the FAB with a bottom sheet dialog
+ - Reorganization of settings into separate categories
+ - Ability to 'share' images of QR codes to scan in Aegis
+ - New translations for Bulgarian, Danish, Latvian, Swedish and Ukranian
+
+ Fixes
+
+ - The QR code scanner had trouble detecting QR codes on some devices due to low resolution image capture
+ - The app would vanish from the recent apps list after locking
+ - When importing from Nextcloud, Aegis would report that the file could not be found.
+ - The biometrics prompt would not appear on some devices
+ - Various other usability, performance and stability improvements
+
Version 1.4.2
Fixes