Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Succi <[email protected]>
  • Loading branch information
ziopio committed Jan 19, 2024
1 parent a567832 commit 03b0bde
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.1.0] - 2024-01-19

- Bump grisp to 2.4.0
- Add SSL patches for OTP-24 and OTP-25

## [2.0.1] - 2023-02-15

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

- Initial release

[Unreleased]: https://github.com/grisp/grisp_cryptoauth/compare/2.0.0...HEAD
[2.0.0]: https://github.com/grisp/grisp_cryptoauth/compare/35942fd38f38c6c118930cbc0bc77e95a11710cb...2.0.0
[Unreleased]: https://github.com/grisp/grisp_cryptoauth/compare/2.1.0...HEAD
[2.1.0]: https://github.com/grisp/grisp_cryptoauth/compare/2.0.1...2.1.0
[2.0.1]: https://github.com/grisp/grisp_cryptoauth/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/grisp/grisp_cryptoauth/compare/35942fd38f38c6c118930cbc0bc77e95a11710cb...2.0.0
2 changes: 1 addition & 1 deletion src/grisp_cryptoauth.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, grisp_cryptoauth,
[{description, "Secure Element support for GRiSP2 based on cryptoauthlib"},
{vsn, "2.0.1"},
{vsn, "2.1.0"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit 03b0bde

Please sign in to comment.