bump version, add changelog
This commit is contained in:
parent
c8fb7c5d10
commit
5bba58cf21
|
@ -1,5 +1,9 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 0.13.0
|
||||||
|
* Initial working Mi Band 2 support (only notifications, no activity and heart rate support)
|
||||||
|
* Experimental support for Vibratissimo devices
|
||||||
|
|
||||||
####Version 0.12.2
|
####Version 0.12.2
|
||||||
* Fix for user attribute database table getting spammed and store sleep and steps goals properly
|
* Fix for user attribute database table getting spammed and store sleep and steps goals properly
|
||||||
|
|
||||||
|
|
|
@ -26,8 +26,8 @@ android {
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.12.2"
|
versionName "0.13.0"
|
||||||
versionCode 61
|
versionCode 62
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.13.0" versioncode="62">
|
||||||
|
<change>Initial working Mi Band 2 support (only notifications, no activity and heart rate support)</change>
|
||||||
|
<change>Experimental support for Vibratissimo devices</change>
|
||||||
|
</release>
|
||||||
<release version="0.12.2" versioncode="61">
|
<release version="0.12.2" versioncode="61">
|
||||||
<change>Fix for user attribute database table getting spammed and store sleep and steps goals properly</change>
|
<change>Fix for user attribute database table getting spammed and store sleep and steps goals properly</change>
|
||||||
</release>
|
</release>
|
||||||
|
|
Loading…
Reference in New Issue