Skip to content

Commit a6b6863

Browse files
committed
Version 2.5.0
1 parent 8bf41a1 commit a6b6863

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## [2.5.0] - 2025-11-27
12+
13+
### Added
14+
15+
- `tls_options/1` API call to main module [(#12)](https://github.com/grisp/grisp_cryptoauth/pull/12)
16+
1117
## [2.4.2] - 2025-03-12
1218

1319
### Changed
@@ -53,7 +59,8 @@ be used in tests and in local shell.
5359

5460
- Initial release
5561

56-
[Unreleased]: https://github.com/grisp/grisp_cryptoauth/compare/2.4.2...HEAD
62+
[Unreleased]: https://github.com/grisp/grisp_cryptoauth/compare/2.5.0...HEAD
63+
[2.5.0]: https://github.com/grisp/grisp_cryptoauth/compare/2.4.2...2.5.0
5764
[2.4.2]: https://github.com/grisp/grisp_cryptoauth/compare/2.4.1...2.4.2
5865
[2.4.1]: https://github.com/grisp/grisp_cryptoauth/compare/2.4.0...2.4.1
5966
[2.4.0]: https://github.com/grisp/grisp_cryptoauth/compare/2.3.0...2.4.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.2"}, [
29+
{release, {grisp_cryptoauth, semver}, [
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.2"},
3+
{vsn, semver},
44
{registered, []},
55
{applications,
66
[kernel,

0 commit comments

Comments
 (0)