From 2b2186586c9fa415f0a37d89d6e232c24bb75fed Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 21 Jul 2020 17:33:25 +0100 Subject: [PATCH] prepare release actix-http 3.0.0-beta.2 --- actix-http/CHANGES.md | 11 ++++++----- actix-http/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index a4bf7be93..b2b816d54 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -1,18 +1,19 @@ # Changes -## [Unreleased] - xxx +## Unreleased - 2020-xx-xx + + +## 2.0.0-beta.2 - 2020-07-21 ### Fixed * Potential UB in h1 decoder using uninitialized memory. [#1614] -[#1614]: https://github.com/actix/actix-web/pull/1614 - - ### Changed - * Fix illegal chunked encoding. [#1615] +[#1614]: https://github.com/actix/actix-web/pull/1614 [#1615]: https://github.com/actix/actix-web/pull/1615 + ## [2.0.0-beta.1] - 2020-07-11 ### Changed diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index bbb2a2143..7f07f67c3 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-http" -version = "2.0.0-beta.1" +version = "2.0.0-beta.2" authors = ["Nikolay Kim "] description = "Actix HTTP primitives" readme = "README.md"