diff --git a/CHANGELOG.md b/CHANGELOG.md index c2e3485fd..279196667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.25 (2018-10-07) + +Changes: +- Sort card list case insensitive (https://github.com/brarcher/loyalty-card-locker/pull/266) +- Add setting to lock orientation for all cards (https://github.com/brarcher/loyalty-card-locker/pull/269) + ## v0.24 (2018-07-31) Changes: diff --git a/app/build.gradle b/app/build.gradle index 58b248950..5bc1f7987 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "protect.card_locker" minSdkVersion 15 targetSdkVersion 27 - versionCode 30 - versionName "0.24" + versionCode 31 + versionName "0.25" } buildTypes { release {