update CHANGELOG.md and bump version

master
Andreas Shimokawa 2015-12-05 16:25:15 +01:00
parent bc108ba095
commit 0cf6e61ca6
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
###Changelog
####Version 0.6.7 (next)
####Version 0.6.7
* Pebble: Allow installation of 3.x apps on OG Pebble (FW will be released soon)
* Fix crashes on startup when logging is enabled or when entering the app manager on some phones
+ Fix Pebble being detected as MI when unpaired and autoconnect is enabled
* Fix Crash when not having K9 Mail permissions (happens when installing K9 after Gadgetbridge) (#175)

View File

@ -12,8 +12,8 @@ android {
applicationId "nodomain.freeyourgadget.gadgetbridge"
minSdkVersion 19
targetSdkVersion 23
versionCode 32
versionName "0.6.6"
versionCode 33
versionName "0.6.7"
}
buildTypes {
release {