From 7c66d84277249cbf5d532be15878bb03c9132e04 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Mon, 25 Sep 2023 10:59:46 -0700 Subject: [PATCH] v0.4.1 Signed-off-by: John Nunley --- CHANGELOG.md | 4 ++++ Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67dc867..a2bd95c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.4.1 + +- Add `smol-rs` logo to docs. (#23) + # Version 0.4.0 - **Breaking:** Update rustls to 0.21. (#14) diff --git a/Cargo.toml b/Cargo.toml index 8fa1d3e..6420a70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "async-rustls" -version = "0.4.0" +version = "0.4.1" authors = [ "Alex Crichton ", "quininer kel ", "Stjepan Glavina ", - "John Nunley ", + "John Nunley ", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/smol-rs/async-rustls"