diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f3472b2..c85b1e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.0] - 2019-03-14 +### Fixed +- Transport encryption. Some of the application data was not included during encryption. + +### Notes +- This contains breaking changes, any backups made prior to this release can no longer be restored. + ## [0.2.0] - 2019-03-01 ### Added - Support for encrypted backups with a 256-bit AES key generated from a password using PBKDF2. diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 215cf703..d1b0d4fb 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="5" + android:versionName="0.3.0">