Skip to content

Commit 286de51

Browse files
committed
v0.3.0 release
1 parent 97b8eda commit 286de51

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.3.0
4+
5+
* New features
6+
* Support a auxiliary device certificate that can be updated after the
7+
provisioning step. This supports use cases where the provisioning
8+
certificate's private key isn't available or won't work.
9+
* Add `provisioned?/1` to quickly check whether a device has been provisioned
10+
311
## v0.2.0
412

513
* New features

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.2.0",
7+
version: "0.3.0",
88
description: description(),
99
package: package(),
1010
source_url: "https://github.com/nerves-hub/nerves_key",

0 commit comments

Comments
 (0)