bump version, add changelog

This commit is contained in:
Andreas Shimokawa 2023-07-07 20:00:57 +02:00
parent 665268c419
commit 932249f148
4 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,8 @@
### Changelog
#### 0.75.1
* Fix Weather Notification integration
#### 0.75.0
* Bangle.js: Add message size limitation to Calendar and Messages
* Bangle.js: Add switch to control if the GPS chip should be used to locate the location

View File

@ -55,8 +55,8 @@ android {
targetSdkVersion 31
// Note: always bump BOTH versionCode and versionName!
versionName "0.75.0"
versionCode 223
versionName "0.75.1"
versionCode 224
vectorDrawables.useSupportLibrary = true
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
buildConfigField "boolean", "INTERNET_ACCESS", "false"

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.75.1" versioncode="224">
<change>Fix Weather Notification integration</change>
</release>
<release version="0.75.0" versioncode="223">
<change>Bangle.js: Add message size limitation to Calendar and Messages</change>
<change>Bangle.js: Add switch to control if the GPS chip should be used to locate the location</change>

View File

@ -0,0 +1 @@
* Fix Weather Notification integration