Skip to content

Commit 8d4d309

Browse files
committed
v0.2.0 release
1 parent 88477f1 commit 8d4d309

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## v0.2.0
4+
5+
* New features
6+
* Support setting signer key expiration dates
7+
* Add a convenience method for getting the manufacturing serial number
8+
9+
* Bug fixes
10+
* Fixed configuration compatibility checking - Thanks to Peter Marks for this
11+
fix.
12+
313
## v0.1.2
414

515
* Bug fixes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule NervesKey.MixProject do
44
def project do
55
[
66
app: :nerves_key,
7-
version: "0.1.2",
7+
version: "0.2.0",
88
description: description(),
99
package: package(),
1010
source_url: "https://github.com/nerves-hub/nerves_key",

0 commit comments

Comments
 (0)