diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f92b72..34c761a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,16 @@ # Changelog -## 0.4.2 - 2022-04-09 +## 0.4.3 - 2022-03-20 + +- Added `TlsListener::replace_accept_pin()` function to allow replacing the listener certificate at runtime, when the listener is pinned. + +## 0.4.2 - 2022-03-09 ### Added - Added [TlsListener::replace_acceptor()] function to allow replacing the listener certificate at runtime. -## 0.4.1 - 2022-04-09 +## 0.4.1 - 2022-03-09 ### Changed diff --git a/Cargo.toml b/Cargo.toml index b652459..6797dd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tls-listener" description = "wrap incoming Stream of connections in TLS" -version = "0.4.2" +version = "0.4.3" authors = ["Thayne McCombs "] repository = "https://github.com/tmccombs/tls-listener" edition = "2018"