diff --git a/CHANGELOG.md b/CHANGELOG.md index a9392b5..906cb87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +- + +[All Changes](https://github.com/Nitrokey/nethsm-sdk-rs/compare/v1.1.0...HEAD) + +## [v1.1.0](https://github.com/Nitrokey/nethsm-sdk-rs/releases/tag/v1.1.0) (2024-07-17) + ### Features - Add support for namespaces by adding the `namespaces_get`, `namespaces_namespace_id_delete`, `namespaces_namespace_id_put`, `users_user_id_post` API calls @@ -16,7 +22,7 @@ - Add `AkPub` and `Pcr` schemas -[All Changes](https://github.com/Nitrokey/nethsm-sdk-rs/compare/v1.0.1...HEAD) +[All Changes](https://github.com/Nitrokey/nethsm-sdk-rs/compare/v1.0.1...v1.1.0) ## [v1.0.1](https://github.com/Nitrokey/nethsm-sdk-rs/releases/tag/v1.0.1) (2024-05-06) diff --git a/Cargo.toml b/Cargo.toml index e735c5f..5d2f26b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nethsm-sdk-rs" -version = "1.0.1" +version = "1.1.0" authors = ["Nitrokey "] description = "Rust SDK to communicate with Nitrokey NetHSM" documentation = "https://docs.nitrokey.com/nethsm/"