Skip to content

Commit

Permalink
Update changelog and Cargo.toml for 0.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccombs committed Mar 20, 2022
1 parent 91d6fd7 commit e6e20ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <astrothayne@gmail.com>"]
repository = "https://github.com/tmccombs/tls-listener"
edition = "2018"
Expand Down

0 comments on commit e6e20ea

Please sign in to comment.