Skip to content

Commit fbbf9de

Browse files
committed
v1.3.0 release
1 parent 7e03e87 commit fbbf9de

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## v1.2.0 - 2023-07-01
415

516
* New features

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule NervesKey.MixProject do
22
use Mix.Project
33

4-
@version "1.2.0"
4+
@version "1.3.0"
55
@source_url "https://github.com/nerves-hub/nerves_key"
66

77
def project do

0 commit comments

Comments
 (0)