diff --git a/CHANGELOG.md b/CHANGELOG.md index 311320c1b..fd7de2a6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v0.15 (2017-11-25) + +Changes: +- Add support for adding shortcuts to home screen when adding or editing a card. (https://github.com/brarcher/loyalty-card-locker/pull/155) +- Remove widget, as it was a poor substitute for shortcuts. (https://github.com/brarcher/loyalty-card-locker/pull/155) +- Fix exporting backups on Android 7+. (https://github.com/brarcher/loyalty-card-locker/pull/153) +- Report more accurate mime type when exporting backup data. (https://github.com/brarcher/loyalty-card-locker/pull/156) +- Fix bug where a card could not be edited. (https://github.com/brarcher/loyalty-card-locker/pull/155) + ## v0.14 (2017-10-26) Changes: diff --git a/app/build.gradle b/app/build.gradle index 8f647b62e..b0697f943 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "protect.card_locker" minSdkVersion 17 targetSdkVersion 25 - versionCode 15 - versionName "0.14" + versionCode 16 + versionName "0.15" } buildTypes { release {