diff --git a/actix-rt/CHANGES.md b/actix-rt/CHANGES.md index 8b80a69d..518a68ac 100644 --- a/actix-rt/CHANGES.md +++ b/actix-rt/CHANGES.md @@ -1,7 +1,17 @@ # Changes +## [1.1.1] - 2020-04-30 + +### Fixed + +* Fix memory leak due to [#94] (see [#129] for more detail) + +[#129]: https://github.com/actix/actix-net/issues/129 + ## [1.1.0] - 2020-04-08 +**This version has been yanked.** + ### Added * Expose `System::is_set` to check if current system has ben started [#99] diff --git a/actix-rt/Cargo.toml b/actix-rt/Cargo.toml index 2c0c1b50..9b1cd53f 100644 --- a/actix-rt/Cargo.toml +++ b/actix-rt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-rt" -version = "1.1.0" +version = "1.1.1" authors = ["Nikolay Kim "] description = "Actix runtime" keywords = ["network", "framework", "async", "futures"]