diff --git a/app/build.gradle b/app/build.gradle
index 248d2d0e..35af5b8c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -27,8 +27,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 33
- versionCode 55
- versionName "2.1"
+ versionCode 56
+ versionName "2.1.1"
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 30735ed3..6f02d5ee 100644
--- a/app/src/main/assets/changelog.html
+++ b/app/src/main/assets/changelog.html
@@ -31,6 +31,28 @@
+ Version 2.1.1
+ New
+
+ - An option to export the vault as an HTML file
+ - Support for importing from Battle.net Authenticator (root required)
+ - An option to hide entry icons
+ - An option to only include certain groups in an export
+ - Copying a token now takes a second tap if tap to reveal is enabled
+ - The ability to copy the URI when transferring entries through QR codes
+ - Updated translations
+
+ Fixes
+
+ - The lock notification would remain after locking the vault in certain cases. For now, we've disabled the notification entirely.
+ - Making changes to an entry while having one or more favorited entries in the vault could result in buggy ordering
+ - Tapping to the reveal a token could increase the height of the entry in certain view modes on recent Android versions
+ - The backup reminder was unclear about when the last successful backup took place
+ - Users could accidentally select MD5 as the hash algorithm for non-mOTP entry types, causing crashes at seemingly random intervals. Any users who have gotten themselves into this situation will see these bad entries get reset to SHA1.
+ - Importing from certain apps would cause a crash if an empty password was entered
+ - The andOTP importer could hang indefinitely if the user accidentally selected a non-andOTP file.
+ - Various other stability improvements
+
Version 2.1
New