Skip to content

Commit c1428bd

Browse files
v0.1.1
1 parent 96e3ec4 commit c1428bd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## v0.1.0
411

512
Initial release

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

0 commit comments

Comments
 (0)