diff --git a/CHANGELOG.md b/CHANGELOG.md index fd30dbf..510e05e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 0.6.2 (April 3, 2024) + +### Added + +- Enable tokio io driver ([#171]) + +### Fixed + +- Make sim_elapsed function safe to call outside of simulation ([#170]) + +[#170]: https://github.com/tokio-rs/turmoil/pull/170 +[#171]: https://github.com/tokio-rs/turmoil/pull/171 + # 0.6.1 (January 10, 2024) ### Added diff --git a/Cargo.toml b/Cargo.toml index 4d02bb9..6474d12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "turmoil" # - README.md # - Update CHANGELOG.md # - Create git tag -version = "0.6.1" +version = "0.6.2" edition = "2021" license = "MIT" authors = ["Tokio Contributors "]