diff --git a/CHANGELOG.md b/CHANGELOG.md index fd7de2a6c..ca679165c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.16 (2017-11-29) + +Changes: +- Add support for adding loyalty card shortcuts from the launcher/homescreen. (https://github.com/brarcher/loyalty-card-locker/pull/161) +- Remove support for adding loyalty card shortcuts from the app itself. This removes the need for the shortcut permission. (https://github.com/brarcher/loyalty-card-locker/pull/163) + ## v0.15 (2017-11-25) Changes: diff --git a/app/build.gradle b/app/build.gradle index b0697f943..71c2cefe8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "protect.card_locker" minSdkVersion 17 targetSdkVersion 25 - versionCode 16 - versionName "0.15" + versionCode 17 + versionName "0.16" } buildTypes { release {