diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd4557db..311320c1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.14 (2017-10-26) + +Changes: +- Add support for app shortcuts (Android 7.1+), where the most recently used cards will appear as shortcuts. (https://github.com/brarcher/loyalty-card-locker/pull/145) +- Add a widget which works like a pinned app shortcut, to support devices which run below Android 7.1. (https://github.com/brarcher/loyalty-card-locker/pull/142) + ## v0.13 (2017-07-25) Changes: diff --git a/app/build.gradle b/app/build.gradle index 98cf5bc1a..8f647b62e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "protect.card_locker" minSdkVersion 17 targetSdkVersion 25 - versionCode 14 - versionName "0.13" + versionCode 15 + versionName "0.14" } buildTypes { release {