diff --git a/Cargo.toml b/Cargo.toml
index 7f75fb724..7556bd8d7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -104,7 +104,7 @@ url = "2.1"
[dev-dependencies]
actix-test = { version = "0.1.0-beta.3", features = ["openssl", "rustls"] }
-awc = { version = "3.0.0-beta.6", features = ["openssl"] }
+awc = { version = "3.0.0-beta.7", features = ["openssl"] }
brotli2 = "0.3.2"
criterion = { version = "0.3", features = ["html_reports"] }
diff --git a/actix-http-test/Cargo.toml b/actix-http-test/Cargo.toml
index f86497f4a..c04b5da49 100644
--- a/actix-http-test/Cargo.toml
+++ b/actix-http-test/Cargo.toml
@@ -35,7 +35,7 @@ actix-tls = "3.0.0-beta.5"
actix-utils = "3.0.0"
actix-rt = "2.2"
actix-server = "2.0.0-beta.3"
-awc = { version = "3.0.0-beta.6", default-features = false }
+awc = { version = "3.0.0-beta.7", default-features = false }
base64 = "0.13"
bytes = "1"
diff --git a/actix-http/README.md b/actix-http/README.md
index 377e6984c..5ab126ccf 100644
--- a/actix-http/README.md
+++ b/actix-http/README.md
@@ -9,7 +9,7 @@
[](https://deps.rs/crate/actix-http/3.0.0-beta.8)
[](https://crates.io/crates/actix-http)
-[](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+[](https://discord.gg/NWpN5mmg3x)
## Documentation & Resources
diff --git a/actix-test/Cargo.toml b/actix-test/Cargo.toml
index a6d209541..b732cf744 100644
--- a/actix-test/Cargo.toml
+++ b/actix-test/Cargo.toml
@@ -26,7 +26,7 @@ actix-service = "2.0.0"
actix-utils = "3.0.0"
actix-web = { version = "4.0.0-beta.8", default-features = false, features = ["cookies"] }
actix-rt = "2.1"
-awc = { version = "3.0.0-beta.6", default-features = false, features = ["cookies"] }
+awc = { version = "3.0.0-beta.7", default-features = false, features = ["cookies"] }
futures-core = { version = "0.3.7", default-features = false, features = ["std"] }
futures-util = { version = "0.3.7", default-features = false, features = [] }
diff --git a/actix-web-actors/Cargo.toml b/actix-web-actors/Cargo.toml
index fde27dc73..f35a5f4f6 100644
--- a/actix-web-actors/Cargo.toml
+++ b/actix-web-actors/Cargo.toml
@@ -31,6 +31,6 @@ tokio = { version = "1", features = ["sync"] }
actix-rt = "2.2"
actix-test = "0.1.0-beta.3"
-awc = { version = "3.0.0-beta.6", default-features = false }
+awc = { version = "3.0.0-beta.7", default-features = false }
env_logger = "0.8"
futures-util = { version = "0.3.7", default-features = false }
diff --git a/awc/CHANGES.md b/awc/CHANGES.md
index 2e56eb958..16132be1c 100644
--- a/awc/CHANGES.md
+++ b/awc/CHANGES.md
@@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
+
+
+## 3.0.0-beta.7 - 2021-06-26
### Changed
* Change compression algorithm features flags. [#2250]
diff --git a/awc/Cargo.toml b/awc/Cargo.toml
index 807de05a6..016d3b48b 100644
--- a/awc/Cargo.toml
+++ b/awc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "awc"
-version = "3.0.0-beta.6"
+version = "3.0.0-beta.7"
authors = [
"Nikolay Kim ",
"fakeshadow <24548779@qq.com>",
diff --git a/awc/README.md b/awc/README.md
index 5076c59a4..2171f7bb1 100644
--- a/awc/README.md
+++ b/awc/README.md
@@ -3,10 +3,10 @@
> Async HTTP and WebSocket client library.
[](https://crates.io/crates/awc)
-[](https://docs.rs/awc/3.0.0-beta.6)
+[](https://docs.rs/awc/3.0.0-beta.7)

-[](https://deps.rs/crate/awc/3.0.0-beta.6)
-[](https://gitter.im/actix/actix-web?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+[](https://deps.rs/crate/awc/3.0.0-beta.7)
+[](https://discord.gg/NWpN5mmg3x)
## Documentation & Resources