diff --git a/CHANGELOG.md b/CHANGELOG.md index 61b92c39..a058e78f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.7.1 +===== +- Fix issue with multiple DownloadManager.download_url's on ESP32 due to SSL session sharing/corruption +- Update icons for AppStore, Settings, and Wifi apps + 0.7.0 ===== diff --git a/internal_filesystem/lib/mpos/build_info.py b/internal_filesystem/lib/mpos/build_info.py index 916407ed..a976484d 100644 --- a/internal_filesystem/lib/mpos/build_info.py +++ b/internal_filesystem/lib/mpos/build_info.py @@ -9,5 +9,5 @@ class BuildInfo: class version: """Version information.""" - release = "0.7.0" + release = "0.7.1" api_level = 0 # subject to change until API Level 1