diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a2730b08..815d66e95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ ### Changelog -#### Version 0.23.1 (next) +#### Version 0.23.1 * Initial support for Omnijaws weather service +* Amazfit Bip: Allow installation of latest gps firmware * Amazfit Cor: Fixes for installing newer firmware versions #### Version 0.23.0 diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 9ed8658c7..f054ee289 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,10 @@ + + Initial support for Omnijaws weather service + Amazfit Bip: Allow installation of latest gps firmware + Amazfit Cor: Fixes for installing newer firmware versions + Initial support for LineageOS/CyanogenMod weather provider Amazfit Bip/Cor: Support for current weather temperature diff --git a/fastlane/metadata/android/en-US/changelogs/115.txt b/fastlane/metadata/android/en-US/changelogs/115.txt new file mode 100644 index 000000000..fba3fc3ba --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/115.txt @@ -0,0 +1,3 @@ +* Initial support for Omnijaws weather service +* Amazfit Bip: Allow installation of latest gps firmware +* Amazfit Cor: Fixes for installing newer firmware versions