Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Jul 16, 2024
1 parent 4f5e287 commit 38810ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@

## Unreleased

-

[All Changes](https://github.com/Nitrokey/nethsm-sdk-py/compare/v1.2.0...HEAD)

## [v1.2.0](https://github.com/Nitrokey/nethsm-sdk-py/releases/tag/v1.2.0) (2024-07-16)

### Features

- Add support for namespaces ([#110](https://github.com/Nitrokey/nethsm-sdk-py/pull/110))

[All Changes](https://github.com/Nitrokey/nethsm-sdk-py/compare/v1.1.0...HEAD)
### Bugfixes

- Fix authentication for partial restore, i. e. on an operational instance ([#120](https://github.com/Nitrokey/nethsm-sdk-py/pull/120))

[All Changes](https://github.com/Nitrokey/nethsm-sdk-py/compare/v1.1.0...v1.2.0)

## [v1.1.0][] (2024-05-03)

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.1.0"
__version__ = "1.2.0"

import binascii
import contextlib
Expand Down

0 comments on commit 38810ca

Please sign in to comment.