Skip to content

Commit 6f771f2

Browse files
committed
v0.5.3 release
1 parent 47c72de commit 6f771f2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## v0.5.3
4+
5+
* New features
6+
* Use the term signer certificate more consistently throughout
7+
* Add `mix nerves_key.device` to generate device certifications as a debugging
8+
and learning aide. See the README.md for details.
9+
310
## v0.5.2
411

512
* New features

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule NervesKey.MixProject do
22
use Mix.Project
33

4-
@version "0.5.2"
4+
@version "0.5.3"
55
@source_url "https://github.com/nerves-hub/nerves_key"
66

77
def project do

0 commit comments

Comments
 (0)