bump version, add changelog

This commit is contained in:
Andreas Shimokawa
2023-07-07 21:08:53 +02:00
parent 665268c419
commit 932249f148
4 changed files with 9 additions and 2 deletions
+3
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
+2 -2
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"
@@ -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>
@@ -0,0 +1 @@
* Fix Weather Notification integration