diff --git a/CHANGELOG.md b/CHANGELOG.md index da1f4f52..711ba600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog], and this project adheres to # Unreleased +None. + +# 0.4.2 (5. August 2022) + - **added:** Added `Server::from_tcp`, `axum_server::from_tcp` and `axum_server::from_tcp_rustls` methods to create `Server` from `std::net::TcpListener`. diff --git a/Cargo.toml b/Cargo.toml index 7e26f420..c3926408 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "axum-server" readme = "README.md" repository = "https://github.com/programatik29/axum-server" -version = "0.4.1" +version = "0.4.2" [features] default = []