diff --git a/actix-rt/CHANGES.md b/actix-rt/CHANGES.md index 2e026425..05613e81 100644 --- a/actix-rt/CHANGES.md +++ b/actix-rt/CHANGES.md @@ -1,7 +1,10 @@ # Changes ## Unreleased - 2021-xx-xx -* Expose JoinError from tokio. [#271] + + +## 2.0.1 - 2021-02-06 +* Expose `JoinError` from Tokio. [#271] [#271]: https://github.com/actix/actix-net/pull/271 diff --git a/actix-rt/Cargo.toml b/actix-rt/Cargo.toml index db232090..375b5885 100644 --- a/actix-rt/Cargo.toml +++ b/actix-rt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-rt" -version = "2.0.0" +version = "2.0.1" authors = [ "Nikolay Kim ", "Rob Ede ",