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 7e03e87 commit fbbf9deCopy full SHA for fbbf9de
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## v1.3.0 - 2025-08-25
4
+
5
+* New features
6
+ * Support volatile keys to allow access to secret storage as long as it's
7
+ powered. Cutting the power via a tamper switch or any other means requires
8
+ reauthorization. Thanks to @lawik for this feature.
9
+ * Support the REUSE specification for licensing and copyright
10
11
+* Fixes
12
+ * Fixed Elixir 1.19 warnings
13
14
## v1.2.0 - 2023-07-01
15
16
* New features
mix.exs
@@ -1,7 +1,7 @@
defmodule NervesKey.MixProject do
use Mix.Project
- @version "1.2.0"
+ @version "1.3.0"
@source_url "https://github.com/nerves-hub/nerves_key"
def project do
0 commit comments