diff --git a/CHANGELOG.md b/CHANGELOG.md index fb5a8ebed..3ffc1f65d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [15-5.2] - 2024-12-24 +* It is now possible to verify the integrity of file backups as well, partially or fully +* Improve files backup snapshot UI +* Allow changing backup location when USB drive isn't plugged in +* Fix work profile USB backup + ## [15-5.1] - 2024-11-20 * It is now possible to verify the integrity of app backups, partially or fully * The entire WebDAV URL is now shown when in settings diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 0d6371907..5cd7945eb 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -7,8 +7,8 @@ + android:versionCode="35050020" + android:versionName="15-5.2">