Skip to content

Commit 8682e52

Browse files
committed
Version 2.4.0
1 parent 3cf3130 commit 8682e52

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
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.0] - 2024-07-29
12+
1113
- Add grisp_cryptoauth_tls, an helper to generate TLS options for connecting
1214
to servers with client certificate authentication driven by grisp_cryptoauth
1315
configuration
@@ -39,7 +41,8 @@ be used in tests and in local shell.
3941

4042
- Initial release
4143

42-
[Unreleased]: https://github.com/grisp/grisp_cryptoauth/compare/2.3.0...HEAD
44+
[Unreleased]: https://github.com/grisp/grisp_cryptoauth/compare/2.4.0...HEAD
45+
[2.4.0]: https://github.com/grisp/grisp_cryptoauth/compare/2.3.0...2.4.0
4346
[2.3.0]: https://github.com/grisp/grisp_cryptoauth/compare/2.2.0...2.3.0
4447
[2.2.0]: https://github.com/grisp/grisp_cryptoauth/compare/2.1.0...2.2.0
4548
[2.1.0]: https://github.com/grisp/grisp_cryptoauth/compare/2.0.1...2.1.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, "0.0.1"}, [
29+
{release, {grisp_cryptoauth, "2.4.0"}, [
3030
grisp_cryptoauth
3131
]},
3232
{sys_config, "./config/sys.config"},

rebar.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{"1.2.0",
2-
[{<<"grisp">>,{pkg,<<"grisp">>,<<"2.5.0">>},0},
2+
[{<<"grisp">>,{pkg,<<"grisp">>,<<"2.6.0">>},0},
33
{<<"mapz">>,{pkg,<<"mapz">>,<<"2.4.0">>},1}]}.
44
[
55
{pkg_hash,[
6-
{<<"grisp">>, <<"DBC40DDA075F9ED7A68B112AFBC7C2B122EB5CE2DDF4C029E952B3D7492EA90B">>},
6+
{<<"grisp">>, <<"9B6521555B15D54D232160B6AA843CB9D09555EF4EB9991C6C367A38D6DCAEA2">>},
77
{<<"mapz">>, <<"77A8E38B69BAB16C5D3EBD44E6C619F8AF1F1598B0CAAE301D266605A0865756">>}]},
88
{pkg_hash_ext,[
9-
{<<"grisp">>, <<"EC298EB0B26598B6D843A342AE7498801FDF46625D9E58AF6D73C7F5C3C15391">>},
9+
{<<"grisp">>, <<"71E9DDEF2236F731C0F9998E07AB9B4F0F657C774552555B7572EA9F47711405">>},
1010
{<<"mapz">>, <<"4B68DF5CF0522E0D6545DF7B681BC052865CDB78405AD4CC9C55FE45EE7B25BE">>}]}
1111
].

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

0 commit comments

Comments
 (0)