diff --git a/actix-web-codegen/CHANGES.md b/actix-web-codegen/CHANGES.md
index eb955afcf..5bc510273 100644
--- a/actix-web-codegen/CHANGES.md
+++ b/actix-web-codegen/CHANGES.md
@@ -4,7 +4,7 @@
## 4.2.0 - 2023-02-26
-- Add support for Custom Methods with `#[route]` macro. [#2969]
+- Add support for custom methods with the `#[route]` macro. [#2969]
[#2969]: https://github.com/actix/actix-web/pull/2969
diff --git a/actix-web/CHANGES.md b/actix-web/CHANGES.md
index 813739520..1eb1f02c9 100644
--- a/actix-web/CHANGES.md
+++ b/actix-web/CHANGES.md
@@ -2,6 +2,8 @@
## Unreleased - 2022-xx-xx
+## 4.3.1 - 2023-02-26
+
- Add support for custom methods with the `#[route]` macro. [#2969]
[#2969]: https://github.com/actix/actix-web/pull/2969
diff --git a/actix-web/Cargo.toml b/actix-web/Cargo.toml
index c0bb430ad..d8d9969eb 100644
--- a/actix-web/Cargo.toml
+++ b/actix-web/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "actix-web"
-version = "4.3.0"
+version = "4.3.1"
authors = [
"Nikolay Kim
-[](https://crates.io/crates/actix-web) [](https://docs.rs/actix-web/4.3.0)   [](https://deps.rs/crate/actix-web/4.3.0)
[](https://github.com/actix/actix-web/actions/workflows/ci.yml) [](https://codecov.io/gh/actix/actix-web)  [](https://discord.gg/NWpN5mmg3x)
+[](https://crates.io/crates/actix-web) [](https://docs.rs/actix-web/4.3.1)   [](https://deps.rs/crate/actix-web/4.3.1)
[](https://github.com/actix/actix-web/actions/workflows/ci.yml) [](https://codecov.io/gh/actix/actix-web)  [](https://discord.gg/NWpN5mmg3x)