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 ac7d4b8 commit 6e711bbCopy full SHA for 6e711bb
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.3.2
4
+
5
+* New features
6
+ * Add helper functions for detecting and clearing out auxiliary certificates
7
8
## v0.3.1
9
10
* New features
mix.exs
@@ -4,7 +4,7 @@ defmodule NervesKey.MixProject do
def project do
[
app: :nerves_key,
- version: "0.3.1",
+ version: "0.3.2",
description: description(),
package: package(),
source_url: "https://github.com/nerves-hub/nerves_key",
0 commit comments