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 88477f1 commit 8d4d309Copy full SHA for 8d4d309
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
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
13
## v0.1.2
14
15
* Bug fixes
mix.exs
@@ -4,7 +4,7 @@ defmodule NervesKey.MixProject do
def project do
[
app: :nerves_key,
- version: "0.1.2",
+ version: "0.2.0",
description: description(),
package: package(),
source_url: "https://github.com/nerves-hub/nerves_key",
0 commit comments