Skip to content

Commit

Permalink
Prepare release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Sep 9, 2024
1 parent bdcfbf1 commit 138bee2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
19 changes: 15 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog

## [1.4.1][] (2024-09-05)
## [1.4.1][] (2024-09-09)

- Fix compilation on windows ([#219][])

[#219]: https://github.com/Nitrokey/nethsm-pkcs11/pull/219

[1.4.1]: https://github.com/Nitrokey/nethsm-pkcs11/releases/tag/v1.4.1
[Full Changelog](https://github.com/Nitrokey/nethsm-pkcs11/compare/v1.4.0...v1.4.1)

## [1.4.0][] (2024-09-05)

- Change instance on each retry after a network failure ([#206][])
- Enable configuring tcp keepalive ([#207][])
Expand All @@ -9,17 +18,19 @@
[#206]: https://github.com/Nitrokey/nethsm-pkcs11/pulls/#206
[#207]: https://github.com/Nitrokey/nethsm-pkcs11/pulls/#207

[Full Changelog](https://github.com/Nitrokey/nethsm-pkcs11/compare/1.3.1...1.4.0)
[Full Changelog](https://github.com/Nitrokey/nethsm-pkcs11/compare/v1.3.1...v1.4.0)

[1.4.0]: https://github.com/Nitrokey/nethsm-pkcs11/releases/tag/v1.4.0

## [1.3.1][] (2024-04-19)

### Fixed

- Update `rustls` dependency to 0.21.11 to fix [RUSTSEC-2024-0336][]

[Full Changelog](https://github.com/Nitrokey/nethsm-pkcs11/compare/1.3.0...1.3.1)
[Full Changelog](https://github.com/Nitrokey/nethsm-pkcs11/compare/1.3.0...v1.3.1)

[1.3.1]: https://github.com/Nitrokey/nethsm-pkcs11/releases/tag/1.3.1
[1.3.1]: https://github.com/Nitrokey/nethsm-pkcs11/releases/tag/v1.3.1

[RUSTSEC-2024-0336]: https://rustsec.org/advisories/RUSTSEC-2024-0336.html

Expand Down
2 changes: 1 addition & 1 deletion pkcs11/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nethsm_pkcs11"
version = "1.4.0"
version = "1.4.1"
edition = "2021"

[lib]
Expand Down

0 comments on commit 138bee2

Please sign in to comment.