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 ba2c774 commit 0761828Copy full SHA for 0761828
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.5.5
4
+
5
+* New features
6
+ * Add `sign_digest/2` and documentation for how to connect to Google Cloud
7
+ Platform IoT Core. Thanks to Alex McLain for this feature.
8
9
## v0.5.4
10
11
* New features
mix.exs
@@ -1,7 +1,7 @@
defmodule NervesKey.MixProject do
use Mix.Project
- @version "0.5.4"
+ @version "0.5.5"
@source_url "https://github.com/nerves-hub/nerves_key"
def project do
0 commit comments