Skip to content

Commit 7e3c46a

Browse files
committed
0.4.2 Changelog
1 parent 8ae3595 commit 7e3c46a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.4.2 - 2022-04-09
4+
5+
### Added
6+
7+
- Added [TlsListener::replace_acceptor()] function to allow replacing the listener certificate at runtime.
8+
39
## 0.4.1 - 2022-04-09
410

511
### Changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.1"
4+
version = "0.4.2"
55
authors = ["Thayne McCombs <[email protected]>"]
66
repository = "https://github.com/tmccombs/tls-listener"
77
edition = "2018"

0 commit comments

Comments
 (0)