diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f0ec9b4a..b6e361651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.27 (2020-01-26) + +Changes: +- Tapping on a barcode now moves it to the top of the screen ([#348](https://github.com/brarcher/loyalty-card-locker/pull/348)) +- Add white space around barcodes to improve scanning in dark mode ([#328](https://github.com/brarcher/loyalty-card-locker/issues/328)) +- Fix swapped import buttons. ([#346](https://github.com/brarcher/loyalty-card-locker/pull/346)) + ## v0.26.1 (2020-01-09) Changes: diff --git a/app/build.gradle b/app/build.gradle index 650f3a706..1037c32dd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "protect.card_locker" minSdkVersion 16 targetSdkVersion 29 - versionCode 37 - versionName "0.26.1" + versionCode 38 + versionName "0.27" } buildTypes { release {