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 07a2b56 commit 44b13e0Copy full SHA for 44b13e0
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.5.1
4
+
5
+* New features
6
+ * `nerves_key_pkcs11` is now included as a dependency since it is almost
7
+ always used and easily forgotten
8
+ * Add `NervesKey.device_info/1` to expose the ATECC508A/608A version that was
9
+ installed on the device
10
11
## v0.5.0
12
13
* New features
mix.exs
@@ -4,7 +4,7 @@ defmodule NervesKey.MixProject do
def project do
[
app: :nerves_key,
- version: "0.5.0",
+ version: "0.5.1",
description: description(),
package: package(),
source_url: "https://github.com/nerves-hub/nerves_key",
0 commit comments