Skip to content

Commit 13c4d8c

Browse files
committed
v1.2.0 release
1 parent 2e95af3 commit 13c4d8c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Changelog
22

3+
## v1.2.0 - 2023-07-01
4+
5+
* New features
6+
* Fix warnings for Elixir 1.15. Only Elixir 1.11 and later are supported now.
7+
38
## v1.1.0 - 2022-03-02
49

510
* New features
6-
* Add support for Trust and Go (ATECC608B-TNGTLS) pre-provisioned chips, many functions can now
7-
accept a `device_type()` argument to switch which type of chip it will communicate with.
11+
* Add support for Trust and Go (ATECC608B-TNGTLS) pre-provisioned chips, many functions can now
12+
accept a `device_type()` argument to switch which type of chip it will communicate with.
813

914
## v1.0.0 - 2021-10-23
1015

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.1.0"
4+
@version "1.2.0"
55
@source_url "https://github.com/nerves-hub/nerves_key"
66

77
def project do

0 commit comments

Comments
 (0)