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 96e3ec4 commit c1428bdCopy full SHA for c1428bd
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.1.1
4
+
5
+* Bug fixes
6
+ * Fix signature failure issues by encoding the raw public key before constructing
7
+ the subject_key_id and authority_key_id for calls to `NervesKey.signer_cert/1`
8
+ and `NervesKey.device_cert/1`
9
10
## v0.1.0
11
12
Initial release
mix.exs
@@ -4,7 +4,7 @@ defmodule NervesKey.MixProject do
def project do
[
app: :nerves_key,
- version: "0.1.0",
+ version: "0.1.1",
description: description(),
package: package(),
source_url: "https://github.com/nerves-hub/nerves_key",
0 commit comments