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 6fd5ecd commit 51c7b42Copy full SHA for 51c7b42
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.5.0
4
+
5
+* New features
6
+ * Add `NervesKey.put_settings/2` and `NervesKey.get_settings/1` to support
7
+ storing and retrieving a small map on a NervesKey. This is useful for data
8
+ that travels with certificates and settings that don't change much.
9
10
## v0.4.0
11
12
* New features
mix.exs
@@ -4,7 +4,7 @@ defmodule NervesKey.MixProject do
def project do
[
app: :nerves_key,
- version: "0.4.0",
+ version: "0.5.0",
description: description(),
package: package(),
source_url: "https://github.com/nerves-hub/nerves_key",
0 commit comments