Skip to content

Commit

Permalink
Version 2.4.0
Browse files Browse the repository at this point in the history
sylane committed Jul 29, 2024
1 parent 3cf3130 commit 8682e52
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -8,6 +8,8 @@ and this project adheres to

## [Unreleased]

## [2.4.0] - 2024-07-29

- Add grisp_cryptoauth_tls, an helper to generate TLS options for connecting
to servers with client certificate authentication driven by grisp_cryptoauth
configuration
@@ -39,7 +41,8 @@ be used in tests and in local shell.

- Initial release

[Unreleased]: https://github.com/grisp/grisp_cryptoauth/compare/2.3.0...HEAD
[Unreleased]: https://github.com/grisp/grisp_cryptoauth/compare/2.4.0...HEAD
[2.4.0]: https://github.com/grisp/grisp_cryptoauth/compare/2.3.0...2.4.0
[2.3.0]: https://github.com/grisp/grisp_cryptoauth/compare/2.2.0...2.3.0
[2.2.0]: https://github.com/grisp/grisp_cryptoauth/compare/2.1.0...2.2.0
[2.1.0]: https://github.com/grisp/grisp_cryptoauth/compare/2.0.1...2.1.0
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
]}.

{relx, [
{release, {grisp_cryptoauth, "0.0.1"}, [
{release, {grisp_cryptoauth, "2.4.0"}, [
grisp_cryptoauth
]},
{sys_config, "./config/sys.config"},
6 changes: 3 additions & 3 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{"1.2.0",
[{<<"grisp">>,{pkg,<<"grisp">>,<<"2.5.0">>},0},
[{<<"grisp">>,{pkg,<<"grisp">>,<<"2.6.0">>},0},
{<<"mapz">>,{pkg,<<"mapz">>,<<"2.4.0">>},1}]}.
[
{pkg_hash,[
{<<"grisp">>, <<"DBC40DDA075F9ED7A68B112AFBC7C2B122EB5CE2DDF4C029E952B3D7492EA90B">>},
{<<"grisp">>, <<"9B6521555B15D54D232160B6AA843CB9D09555EF4EB9991C6C367A38D6DCAEA2">>},
{<<"mapz">>, <<"77A8E38B69BAB16C5D3EBD44E6C619F8AF1F1598B0CAAE301D266605A0865756">>}]},
{pkg_hash_ext,[
{<<"grisp">>, <<"EC298EB0B26598B6D843A342AE7498801FDF46625D9E58AF6D73C7F5C3C15391">>},
{<<"grisp">>, <<"71E9DDEF2236F731C0F9998E07AB9B4F0F657C774552555B7572EA9F47711405">>},
{<<"mapz">>, <<"4B68DF5CF0522E0D6545DF7B681BC052865CDB78405AD4CC9C55FE45EE7B25BE">>}]}
].
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.3.0"},
{vsn, "2.4.0"},
{registered, []},
{applications,
[kernel,

0 comments on commit 8682e52

Please sign in to comment.