Skip to content

Commit

Permalink
Prepare release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Sep 4, 2024
1 parent 51df1f8 commit 6a11e02
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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

- Change instance on each retry after a network failure ([#206][])
- Enable configuring tcp keepalive ([#207][])
- Enable configuring a time after which an idle connection is considered "stale" and not reused ([#207][])

[#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)

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

### Fixed
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.0"
version = "1.4.0"
edition = "2021"

[lib]
Expand Down

0 comments on commit 6a11e02

Please sign in to comment.