diff --git a/actix-test/CHANGES.md b/actix-test/CHANGES.md index 5dec9cf1f..28b772b38 100644 --- a/actix-test/CHANGES.md +++ b/actix-test/CHANGES.md @@ -2,6 +2,8 @@ ## Unreleased - 2022-xx-xx +## 0.1.1 - 2023-02-26 + - Add `TestServerConfig::port()` setter method. - Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency. diff --git a/actix-test/Cargo.toml b/actix-test/Cargo.toml index 956005d8a..f2cbfe5cd 100644 --- a/actix-test/Cargo.toml +++ b/actix-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-test" -version = "0.1.0" +version = "0.1.1" authors = [ "Nikolay Kim ", "Rob Ede ",