bump version, add changelog

This commit is contained in:
Andreas Shimokawa 2019-05-19 10:12:43 +02:00
parent fa2fa02afa
commit 8f893d6f2b
4 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,9 @@
### Changelog
#### Version 0.33.1
* Mi Band 3: Recognize "Xiaomi Band 3"
* Amazfit Bip: Add German, Italian, French and Turkish to language settings
#### Version 0.33.0
* BFH-16: Initial support
* Mi Band 2/3/Bip/Cor: Generate random per-device security keys when pairing, allow manual override to still support multiple android devices connecting to the same device

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 27
// Note: always bump BOTH versionCode and versionName!
versionName "0.33.0"
versionCode 148
versionName "0.33.1"
versionCode 149
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.33.1" versioncode="149">
<change>Mi Band 3: Recognize "Xiaomi Band 3"</change>
<change>Amazfit Bip: Add German, Italian, French and Turkish to language settings</change>
</release>
<release version="0.33.0" versioncode="148">
<change> BFH-16: Initial support</change>
<change> Mi Band 2/3/Bip/Cor: Generate random per-device security keys when pairing, allow manual override to still support multiple android devices connecting to the same device</change>

View File

@ -0,0 +1,2 @@
* Mi Band 3: Recognize "Xiaomi Band 3"
* Amazfit Bip: Add German, Italian, French and Turkish to language settings