diff --git a/app/build.gradle b/app/build.gradle
index e52b9a58..3ba97b3f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -27,8 +27,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 33
- versionCode 51
- versionName "2.0.3"
+ versionCode 52
+ versionName "2.1-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 731c38da..30735ed3 100644
--- a/app/src/main/assets/changelog.html
+++ b/app/src/main/assets/changelog.html
@@ -31,6 +31,52 @@
+ Version 2.1
+ New
+
+ - Support for mOTP
+ - Support for Yandex OTP (Experimental)
+ - An Adaptive Icon for Material You
+ - Ability to favorite certain entries and pin them to the top of the entry list
+ - Ability to filter by entries that are not in a group
+ - Ability to set a separate password that is used for encrypting backups and exports
+ - Support for predictive back gesture
+ - Improved overview of backup status in preferences
+ - Additional options for code digit grouping
+ - Support for importing from Duo
+ - Support for importing from Bitwarden
+ - Support for importing multiple QR code images in one go
+ - Support for scanning Google Authenticator export QR codes from image files
+ - Display some extra information in the dialog displayed when deleting an entry
+ - An option to export through Google Authenticator export QR code images
+ - An option to import an existing vault file from the first page in the intro
+ - An option to minimize the app after copying a token
+ - A count of the total number of entries is displayed at the bottom of the entry list
+ - A backup reminder is shown if changes were made to the vault, but no backup or export has been created yet since then
+ - A warning is shown after a plaintext export has been made
+ - An option to focus search immediately after the app starts
+ - Allow customization of the frequency of the password reminder
+ - Allow sharing text to Aegis in the format of a Google Authenticator URI to add as a new entry
+ - Always allow D2D (device-to-device) Android backups regardless of backup settings
+ - Mark clipboard data as sensitive when copying tokens so that Android will mask them in the UI
+ - Updated translations for almost all languages
+ - New languages: Asturian, Catalan, Galician
+
+ Fixes
+
+ - Various reliability improvements for the QR code scanner
+ - The floating action button was glitchy when making small entry list scroll movements
+ - The vault unlocked notification was never shown and was still using the old app icon
+ - The automatically generated entry icon was broken if the entry name/issuer is a multi-codepoint character (certain emoji's, for example)
+ - The PIN keyboard was not disabled after enabling encryption
+ - The password prompt message was unclear when importing from a file
+ - The entry list was not sorted correctly if a change to an entry caused its location to change
+ - Quickly double-tapping on the copy button would cause a crash
+ - Importing an entry with an empty secret would cause a crash loop
+ - On certain devices, it was not possible to import icon packs because the .ZIP files would be grayed out
+ - An unclear error message was shown when trying to import from Steam and Google Authenticator
+ - Various other minor UI and stability improvements
+
Version 2.0.3
New