We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50e372 commit f053037Copy full SHA for f053037
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.7.1
2
+=====
3
+- Fix issue with multiple DownloadManager.download_url's on ESP32 due to SSL session sharing/corruption
4
+- Update icons for AppStore, Settings, and Wifi apps
5
+
6
0.7.0
7
=====
8
internal_filesystem/lib/mpos/build_info.py
@@ -9,5 +9,5 @@ class BuildInfo:
9
class version:
10
"""Version information."""
11
12
- release = "0.7.0"
+ release = "0.7.1"
13
api_level = 0 # subject to change until API Level 1
0 commit comments