diff --git a/CHANGELOG.md b/CHANGELOG.md index b6e361651..adffa64ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.28 (2020-03-09) + +Changes: +- Fix barcode centering when exiting full screen ([#351](https://github.com/brarcher/loyalty-card-locker/pull/351)) +- Allow backup export location to be selected ([#352](https://github.com/brarcher/loyalty-card-locker/pull/352)) +- Update translations ([#357](https://github.com/brarcher/loyalty-card-locker/pull/357)) & ([#362](https://github.com/brarcher/loyalty-card-locker/pull/362)) + ## v0.27 (2020-01-26) Changes: diff --git a/app/build.gradle b/app/build.gradle index 1037c32dd..89ec24f80 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "protect.card_locker" minSdkVersion 16 targetSdkVersion 29 - versionCode 38 - versionName "0.27" + versionCode 39 + versionName "0.28" } buildTypes { release {