diff --git a/docs/content/2026-news.md b/docs/content/2026-news.md
index 5b602d52..7fc2c590 100644
--- a/docs/content/2026-news.md
+++ b/docs/content/2026-news.md
@@ -1,6 +1,21 @@
# Changelog - 2026
+## 25.0.1 - 2026-02-02
+
+### Bug Fixes
+
+- Fix ASGI streaming responses (SSE) hanging: add chunked transfer encoding for
+ HTTP/1.1 responses without Content-Length header. Without chunked encoding,
+ clients wait for connection close to determine end-of-response.
+
+### Changes
+
+- Update celery_alternative example to use FastAPI with native ASGI worker and
+ uvloop for async task execution
+
+---
+
## 25.0.0 - 2026-02-01
### New Features
diff --git a/docs/content/news.md b/docs/content/news.md
index 7371b6ff..6eb0366e 100644
--- a/docs/content/news.md
+++ b/docs/content/news.md
@@ -1,6 +1,21 @@
# Changelog
+## 25.0.1 - 2026-02-02
+
+### Bug Fixes
+
+- Fix ASGI streaming responses (SSE) hanging: add chunked transfer encoding for
+ HTTP/1.1 responses without Content-Length header. Without chunked encoding,
+ clients wait for connection close to determine end-of-response.
+
+### Changes
+
+- Update celery_alternative example to use FastAPI with native ASGI worker and
+ uvloop for async task execution
+
+---
+
## 25.0.0 - 2026-02-01
### New Features