We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b8eda commit 286de51Copy full SHA for 286de51
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## v0.2.0
12
13
* New features
mix.exs
@@ -4,7 +4,7 @@ defmodule NervesKey.MixProject do
def project do
[
app: :nerves_key,
- version: "0.2.0",
+ version: "0.3.0",
description: description(),
package: package(),
source_url: "https://github.com/nerves-hub/nerves_key",
0 commit comments