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 4d2ebf2 commit 77b52adCopy full SHA for 77b52ad
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v0.4.0
4
+
5
+* New features
6
+ * Add `NervesKey.detected?/1` to check whether a NervesKey is actually
7
+ installed.
8
9
+* Bug fixes
10
+ * Clear out the entire auxiliary certificate slots to avoid any confusion for
11
+ whether the certificates are present.
12
13
## v0.3.2
14
15
* New features
mix.exs
@@ -4,7 +4,7 @@ defmodule NervesKey.MixProject do
def project do
[
app: :nerves_key,
- version: "0.3.2",
+ version: "0.4.0",
description: description(),
package: package(),
source_url: "https://github.com/nerves-hub/nerves_key",
0 commit comments