diff --git a/CHANGELOG.md b/CHANGELOG.md
index 63eb3a4270..2d4ca6e1f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog
+## [1.7.6](https://github.com/axios/axios/compare/v1.7.5...v1.7.6) (2024-08-30)
+
+
+### Bug Fixes
+
+* **fetch:** fix content length calculation for FormData payload; ([#6524](https://github.com/axios/axios/issues/6524)) ([085f568](https://github.com/axios/axios/commit/085f56861a83e9ac02c140ad9d68dac540dfeeaa))
+* **fetch:** optimize signals composing logic; ([#6582](https://github.com/axios/axios/issues/6582)) ([df9889b](https://github.com/axios/axios/commit/df9889b83c2cc37e9e6189675a73ab70c60f031f))
+
+### Contributors to this release
+
+- [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+98/-46 (#6582 )")
+-
[Jacques Germishuys](https://github.com/jacquesg "+5/-1 (#6524 )")
+-
[kuroino721](https://github.com/kuroino721 "+3/-1 (#6575 )")
+
## [1.7.5](https://github.com/axios/axios/compare/v1.7.4...v1.7.5) (2024-08-23)
diff --git a/README.md b/README.md
index 9da974a54d..33c4749eb6 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,9 @@
-