Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Commit 58d63a1

Browse files
committed
v0.7.2 release
1 parent 093c246 commit 58d63a1

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,5 +1,10 @@
11
# Changelog
22

3+
## v0.7.2
4+
5+
* Enhancements
6+
* Report firmware update progress so it can be monitored on NervesHub.
7+
38
## v0.7.1
49

510
* Bug fixes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule NervesHub.MixProject do
2020
],
2121
start_permanent: Mix.env() == :prod,
2222
test_coverage: [tool: ExCoveralls],
23-
version: "0.7.1"
23+
version: "0.7.2"
2424
]
2525
end
2626

0 commit comments

Comments
 (0)