diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c94960..56a6ae1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
-# Changelog
-
+# Changelog
+
+## [1.13.1](https://github.com/axios/axios/compare/v1.13.0...v1.13.1) (2025-10-28)
+
+
+### Bug Fixes
+
+* **http:** fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; ([#7193](https://github.com/axios/axios/issues/7193)) ([bcd5581](https://github.com/axios/axios/commit/bcd5581d208cd372055afdcb2fd10b68ca40613c))
+
+### Contributors to this release
+
+-
[Anchal Singh](https://github.com/imanchalsingh "+220/-111 (#7173 )")
+-
[Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+18/-1 (#7193 )")
+
# [1.13.0](https://github.com/axios/axios/compare/v1.12.2...v1.13.0) (2025-10-27)
@@ -1326,4 +1338,4 @@ This functionality is considered as a fix.
- [Luca Pizzini](https://github.com/lpizzinidev)
- [Willian Agostini](https://github.com/WillianAgostini)
-- [Huyen Nguyen](https://github.com/huyenltnguyen)
+- [Huyen Nguyen](https://github.com/huyenltnguyen)
\ No newline at end of file
diff --git a/bower.json b/bower.json
index 35fdb72..a8a10f4 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,7 @@
{
"name": "axios",
"main": "./dist/axios.js",
- "version": "1.13.0",
+ "version": "1.13.1",
"homepage": "https://axios-http.com",
"authors": [
"Matt Zabriskie"
diff --git a/lib/env/data.js b/lib/env/data.js
index efe7d59..d969ffe 100644
--- a/lib/env/data.js
+++ b/lib/env/data.js
@@ -1 +1 @@
-export const VERSION = "1.13.0";
\ No newline at end of file
+export const VERSION = "1.13.1";
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index ba3cf0b..6a524e4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "axios",
- "version": "1.13.0",
+ "version": "1.13.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "axios",
- "version": "1.13.0",
+ "version": "1.13.1",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",
diff --git a/package.json b/package.json
index 749d0cb..35afb93 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "axios",
- "version": "1.13.0",
+ "version": "1.13.1",
"description": "Promise based HTTP client for the browser and node.js",
"main": "index.js",
"exports": {