update changelog - bump version

This commit is contained in:
Andreas Shimokawa 2022-05-30 13:28:21 +02:00
parent 236d9d9e2f
commit 8a6c0ddbfe
2 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,11 @@
### Changelog
### NEXT
### 0.67.1
* Huami: Fix long music track names not displaying
* Amazfit Bip U/Pro/Band 5: enable extended HR/stress monitoring setting
* Pebble: Fix calendar blacklist, view and storage
* FitPro: fix crash, inactivity warning preference to string
### 0.67.0
* Initial Support for Sony WF-1000XM3

View File

@ -55,8 +55,8 @@ android {
multiDexEnabled true
// Note: always bump BOTH versionCode and versionName!
versionName "0.67.0"
versionCode 211
versionName "0.67.1"
versionCode 212
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""