prepare actix-tls release 3.0.3

This commit is contained in:
Rob Ede 2022-02-15 01:14:03 +00:00
parent 2452597403
commit 27ad601e39
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,10 @@
## Unreleased - 2021-xx-xx
## 3.0.3 - 2022-02-15
- No significant changes since `3.0.2`.
## 3.0.2 - 2022-01-28
- Expose `connect::Connection::new`. [#439]

View File

@ -1,6 +1,6 @@
[package]
name = "actix-tls"
version = "3.0.2"
version = "3.0.3"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",