We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ba81b commit d8e120cCopy full SHA for d8e120c
2 files changed
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+## v1.1.1
4
+
5
+This release fixes some issues and adds firmware UUID support. This support can
6
+be used to unambiguously know what's running on a device.
7
8
+* Updated dependencies
9
+ * [nerves_system_br v1.2.2](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.2.0)
10
11
+* Bug fixes
12
+ * Empty serial numbers stored in the U-Boot environment would be used instead
13
+ of reverting to devices IDs built into the CPU or board.
14
+ * It wasn't possible to enable QtWebEngine (needed for kiosk apps, but don't do this on an EV3)
15
16
## v1.1.0
17
18
This release adds official support for provisioning serial numbers to devices.
VERSION
@@ -1 +1 @@
-1.1.1-dev
+1.1.1
0 commit comments