diff --git a/CHANGELOG.md b/CHANGELOG.md index df15e47f3..64dac9473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 245278601..afbfda76f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,8 +55,8 @@ android { targetSdkVersion 29 // 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" diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index ad0902eed..ddb0da411 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,8 @@ + + Fix Weather Notification integration + 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 diff --git a/src/main/fastlane/metadata/android/en-US/changelogs/224.txt b/src/main/fastlane/metadata/android/en-US/changelogs/224.txt new file mode 100644 index 000000000..893c7002e --- /dev/null +++ b/src/main/fastlane/metadata/android/en-US/changelogs/224.txt @@ -0,0 +1 @@ +* Fix Weather Notification integration