Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed May 3, 2024
1 parent f690555 commit 54727ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion nethsm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54727ba

Please sign in to comment.