diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d4ad2c4..f9c7de08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +# 1.12.0 +* Add preferences dialog and the option to use a custom URL with read contents +* Add Brazilian Portuguese translation +* Add Chinese translation +* Encode text using UTF-8 encoding when creating a barcode + # 1.11.2 * Downgrade ZXing version * Improve getting system UI metrics diff --git a/app/build.gradle b/app/build.gradle index 9605ce5d..b8b430fa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { minSdkVersion 9 targetSdkVersion sdk_version - versionCode 33 - versionName '1.11.2' + versionCode 36 + versionName '1.12.0' // it's recommended to set this value to the lowest API level // able to provide all the functionality