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 47c72de commit 6f771f2Copy full SHA for 6f771f2
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.5.3
4
+
5
+* New features
6
+ * Use the term signer certificate more consistently throughout
7
+ * Add `mix nerves_key.device` to generate device certifications as a debugging
8
+ and learning aide. See the README.md for details.
9
10
## v0.5.2
11
12
* New features
mix.exs
@@ -1,7 +1,7 @@
defmodule NervesKey.MixProject do
use Mix.Project
- @version "0.5.2"
+ @version "0.5.3"
@source_url "https://github.com/nerves-hub/nerves_key"
def project do
0 commit comments