Skip to content

Commit 89a3ab0

Browse files
chore(release): 5.19.0 [skip ci]
1 parent 9264d3a commit 89a3ab0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [5.19.0](https://github.com/Norgate-AV/NAVFoundation.Amx/compare/v5.18.0...v5.19.0) (2026-02-12)
4+
5+
### 🌟 Features
6+
7+
- **cryptography:** add sha384 hashing ([c9535b5](https://github.com/Norgate-AV/NAVFoundation.Amx/commit/c9535b55eea576e538cf087397777fbcd3c0ab1d))
8+
- **cryptography:** add support for HMAC-SHA384 ([1ccda81](https://github.com/Norgate-AV/NAVFoundation.Amx/commit/1ccda81f772e5880f0287d9f9947b1c7abc705a4))
9+
- **jwt:** add support for HS384 algorithm ([9264d3a](https://github.com/Norgate-AV/NAVFoundation.Amx/commit/9264d3a87ce8362305611677a1f7907612fececd))
10+
311
## [5.18.0](https://github.com/Norgate-AV/NAVFoundation.Amx/compare/v5.17.0...v5.18.0) (2026-02-11)
412

513
### 🌟 Features

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "NAVFoundation.Amx",
33
"description": "A collection of libraries for NetLinx software development",
4-
"version": "5.18.0",
4+
"version": "5.19.0",
55
"license": "MIT",
66
"files": ["**/*.axi", "SymLink.ps1", "LICENSE", "README.md"],
77
"repository": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "navfoundation.amx",
33
"displayName": "NAVFoundation.Amx",
44
"description": "A collection of libraries for NetLinx software development",
5-
"version": "5.18.0",
5+
"version": "5.19.0",
66
"keywords": [
77
"amx",
88
"netlinx",

0 commit comments

Comments
 (0)