Skip to content

Commit cb5c2d9

Browse files
Release v2.0.0
1 parent 95cd118 commit cb5c2d9

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
-
6+
7+
[All Changes](https://github.com/Nitrokey/nethsm-sdk-py/compare/v2.0.0...HEAD)
8+
9+
## [v2.0.0](https://github.com/Nitrokey/nethsm-sdk-py/releases/tag/v2.0.0) (2025-10-15)
10+
511
### Breaking Changes
612

713
- Remove `KeyType.EC_P224`
@@ -11,18 +17,18 @@
1117

1218
### Features
1319

14-
- Add new enum values:
20+
- Add new enum values (requires NetHSM v3.0):
1521
- `KeyType`: `EC_P256K1`, `BrainpoolP256`, `BrainpoolP384`, `BrainpoolP512`
1622
- `KeyMechanism`: `BIP340_Signature`
1723
- `SignMode`: `BIP340`
1824
- `TlsKeyType`: `BrainpoolP256`, `BrainpoolP384`, `BrainpoolP512`
19-
- Add support for dots, dashes and underscores in user and key IDs
20-
- Add `NetHSM.move_key` function for changing key IDs
21-
- Add optional `subject_alt_names` argument for `NetHSM.csr` and `NetHSM.key_csr`
22-
- Add optional `prefix` argument for `NetHSM.list_keys`
25+
- Add support for dots, dashes and underscores in user and key IDs (requires NetHSM v3.0)
26+
- Add `NetHSM.move_key` function for changing key IDs (requires NetHSM v3.0)
27+
- Add optional `subject_alt_names` argument for `NetHSM.csr` and `NetHSM.key_csr` (requires NetHSM v3.0)
28+
- Add optional `prefix` argument for `NetHSM.list_keys` (requires NetHSM v3.0)
2329
- Always show the message returned by the NetHSM as part of the error message
2430

25-
[All Changes](https://github.com/Nitrokey/nethsm-sdk-py/compare/v1.4.1...HEAD)
31+
[All Changes](https://github.com/Nitrokey/nethsm-sdk-py/compare/v1.4.1...v2.0.0)
2632

2733
## [v1.4.1](https://github.com/Nitrokey/nethsm-sdk-py/releases/tag/v1.4.1) (2025-06-05)
2834

nethsm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# copied, modified, or distributed except according to those terms.
99
"""Python Library to manage NetHSM(s)."""
1010

11-
__version__ = "1.4.1"
11+
__version__ = "2.0.0"
1212

1313
import binascii
1414
import contextlib

0 commit comments

Comments
 (0)