Skip to content

Commit e6e20ea

Browse files
committed
Update changelog and Cargo.toml for 0.4.3 release
1 parent 91d6fd7 commit e6e20ea

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Changelog
22

3-
## 0.4.2 - 2022-04-09
3+
## 0.4.3 - 2022-03-20
4+
5+
- Added `TlsListener::replace_accept_pin()` function to allow replacing the listener certificate at runtime, when the listener is pinned.
6+
7+
## 0.4.2 - 2022-03-09
48

59
### Added
610

711
- Added [TlsListener::replace_acceptor()] function to allow replacing the listener certificate at runtime.
812

9-
## 0.4.1 - 2022-04-09
13+
## 0.4.1 - 2022-03-09
1014

1115
### Changed
1216

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tls-listener"
33
description = "wrap incoming Stream of connections in TLS"
4-
version = "0.4.2"
4+
version = "0.4.3"
55
authors = ["Thayne McCombs <[email protected]>"]
66
repository = "https://github.com/tmccombs/tls-listener"
77
edition = "2018"

0 commit comments

Comments
 (0)