Skip to content

Commit 03b0bde

Browse files
committed
Version 2.1.0
Signed-off-by: Luca Succi <luca.succi@stritzinger.com>
1 parent a567832 commit 03b0bde

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [Unreleased]
10+
11+
## [2.1.0] - 2024-01-19
12+
13+
- Bump grisp to 2.4.0
14+
- Add SSL patches for OTP-24 and OTP-25
15+
916
## [2.0.1] - 2023-02-15
1017

1118
- Hex package fix
@@ -16,6 +23,7 @@ and this project adheres to
1623

1724
- Initial release
1825

19-
[Unreleased]: https://github.com/grisp/grisp_cryptoauth/compare/2.0.0...HEAD
20-
[2.0.0]: https://github.com/grisp/grisp_cryptoauth/compare/35942fd38f38c6c118930cbc0bc77e95a11710cb...2.0.0
26+
[Unreleased]: https://github.com/grisp/grisp_cryptoauth/compare/2.1.0...HEAD
27+
[2.1.0]: https://github.com/grisp/grisp_cryptoauth/compare/2.0.1...2.1.0
2128
[2.0.1]: https://github.com/grisp/grisp_cryptoauth/compare/2.0.0...2.0.1
29+
[2.0.0]: https://github.com/grisp/grisp_cryptoauth/compare/35942fd38f38c6c118930cbc0bc77e95a11710cb...2.0.0

src/grisp_cryptoauth.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, grisp_cryptoauth,
22
[{description, "Secure Element support for GRiSP2 based on cryptoauthlib"},
3-
{vsn, "2.0.1"},
3+
{vsn, "2.1.0"},
44
{registered, []},
55
{applications,
66
[kernel,

0 commit comments

Comments
 (0)