Skip to content

Commit a69afd7

Browse files
committed
Version 2.4.2
1 parent 0fbc6a2 commit a69afd7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [2.4.2] - 2025-03-12
12+
1113
### Changed
1214

1315
- Add retry mechanism for some rare issues.
@@ -51,7 +53,8 @@ be used in tests and in local shell.
5153

5254
- Initial release
5355

54-
[Unreleased]: https://github.com/grisp/grisp_cryptoauth/compare/2.4.1...HEAD
56+
[Unreleased]: https://github.com/grisp/grisp_cryptoauth/compare/2.4.2...HEAD
57+
[2.4.2]: https://github.com/grisp/grisp_cryptoauth/compare/2.4.1...2.4.2
5558
[2.4.1]: https://github.com/grisp/grisp_cryptoauth/compare/2.4.0...2.4.1
5659
[2.4.0]: https://github.com/grisp/grisp_cryptoauth/compare/2.3.0...2.4.0
5760
[2.3.0]: https://github.com/grisp/grisp_cryptoauth/compare/2.2.0...2.3.0

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
]}.
2727

2828
{relx, [
29-
{release, {grisp_cryptoauth, "2.4.1"}, [
29+
{release, {grisp_cryptoauth, "2.4.2"}, [
3030
grisp_cryptoauth
3131
]},
3232
{sys_config, "./config/sys.config"},

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.4.1"},
3+
{vsn, "2.4.2"},
44
{registered, []},
55
{applications,
66
[kernel,

0 commit comments

Comments
 (0)