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

Commit 542e509

Browse files
committed
v0.6.0 release
1 parent 304f015 commit 542e509

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.6.0
4+
5+
* New features
6+
* Support remote reboot request from NervesHub
7+
8+
* Bug fixes
9+
* Fix decoding of private key from KV
10+
311
## v0.5.1
412

513
* 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.5.1"
23+
version: "0.6.0"
2424
]
2525
end
2626

0 commit comments

Comments
 (0)