diff --git a/CHANGELOG.md b/CHANGELOG.md index eeacd61..e9a21ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ -# 0.5.1 (Mar 13, 2023) +# 0.5.3 (Mar 22, 2023) + +### Added + +- Expose whether a host has software running ([#108]) +- DNS improvments ([#109]) + +### Fixed + +- Fix AsyncRead impl for TcpStream ([#107]) + +[#107]: https://github.com/tokio-rs/turmoil/pull/107 +[#108]: https://github.com/tokio-rs/turmoil/pull/108 +[#109]: https://github.com/tokio-rs/turmoil/pull/109 + +# 0.5.2 (Mar 13, 2023) ### Added diff --git a/Cargo.toml b/Cargo.toml index 3e2bd8f..a18640f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "turmoil" # - README.md # - Update CHANGELOG.md # - Create git tag -version = "0.5.2" +version = "0.5.3" edition = "2021" license = "MIT" authors = ["Tokio Contributors "]