diff --git a/CHANGELOG.md b/CHANGELOG.md index 1371190..f09f85a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.3.4 (07.10.2023) + - Bump minimal supported rust version (MSRV) from 1.60.0 to 1.63.0 - README improvements. - Dependencies updates: diff --git a/Cargo.toml b/Cargo.toml index 689bc3a..1b741c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "logged-stream" -version = "0.3.3" +version = "0.3.4" edition = "2021" authors = ["Alexandr Garbuzov "] description = "This Rust library provides a wrapper for io objects like `std::net::TcpStream` to enable logging of all read and write operations, errors and drop."