diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f4e414..f9723f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,20 @@ ## Unreleased +- + +[All Changes](https://github.com/Nitrokey/nethsm-sdk-py/compare/v0.5.0...HEAD) + +## [v1.1.0][] (2024-05-03) + +[v1.1.0]: https://github.com/Nitrokey/nethsm-sdk-py/releases/tag/v1.1.0 + ### Features - Support key import from PEM files ([#99](https://github.com/Nitrokey/nethsm-sdk-py/issues/99)) - Add `ignore_whitespace` option to `Base64.from_encoded` ([#108](https://github.com/Nitrokey/nethsm-sdk-py/issues/108)) -[All Changes](https://github.com/Nitrokey/nethsm-sdk-py/compare/v0.5.0...HEAD) +[All Changes](https://github.com/Nitrokey/nethsm-sdk-py/compare/v1.0.0...v1.1.0) ## [v1.0.0][] (2023-11-27) diff --git a/nethsm/__init__.py b/nethsm/__init__.py index 50c99f5..a5a2963 100644 --- a/nethsm/__init__.py +++ b/nethsm/__init__.py @@ -8,7 +8,7 @@ # copied, modified, or distributed except according to those terms. """Python Library to manage NetHSM(s).""" -__version__ = "1.0.0" +__version__ = "1.1.0" import binascii import contextlib