diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d0ae62..b13691e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/rebar.config b/rebar.config index b2271f2..a659d8e 100644 --- a/rebar.config +++ b/rebar.config @@ -26,7 +26,7 @@ ]}. {relx, [ - {release, {grisp_cryptoauth, "0.0.1"}, [ + {release, {grisp_cryptoauth, "2.4.0"}, [ grisp_cryptoauth ]}, {sys_config, "./config/sys.config"}, diff --git a/rebar.lock b/rebar.lock index 693ed70..ba62cea 100644 --- a/rebar.lock +++ b/rebar.lock @@ -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">>}]} ]. diff --git a/src/grisp_cryptoauth.app.src b/src/grisp_cryptoauth.app.src index acea2f6..f1868de 100644 --- a/src/grisp_cryptoauth.app.src +++ b/src/grisp_cryptoauth.app.src @@ -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,