Skip to content

Commit 77b52ad

Browse files
committed
v0.4.0 release
1 parent 4d2ebf2 commit 77b52ad

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.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+
313
## v0.3.2
414

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

0 commit comments

Comments
 (0)