Skip to content

Commit f053037

Browse files
Prepare for 0.7.1 release
1 parent a50e372 commit f053037

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
0.7.0
27
=====
38

internal_filesystem/lib/mpos/build_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ class BuildInfo:
99
class version:
1010
"""Version information."""
1111

12-
release = "0.7.0"
12+
release = "0.7.1"
1313
api_level = 0 # subject to change until API Level 1

0 commit comments

Comments
 (0)