diff --git a/blog/2025-09-04-Release-0.md b/blog/2025-09-04-Release-0.md
new file mode 100644
index 000000000..7ebf13916
--- /dev/null
+++ b/blog/2025-09-04-Release-0.md
@@ -0,0 +1,22 @@
+---
+author: meshcloud
+title: Release 2025.38.1
+---
+
+Release period: 2025-09-03 to 2025-09-04
+
+This release includes the following issues:
+* Remove Rate Limits on meshObject API in Production Environments
+
+
+## Ticket Details
+### Remove Rate Limits on meshObject API in Production Environments
+**Audience:** User
+
+#### Description
+The last meshStack release introduced API rate limits intended for evaluation in QA environments.
+Due to a configuration bug these rate limits were also rolled out to productive meshStacks ahead of time and without proper calibration.
+
+API consumers that were exceeding the rate limit have seen HTTP 429 responses in production environments.
+We fixed this now so rate limiting is only active in QA environments and will separately inform you about further rollout timelines and implications for production environments.
+
diff --git a/static/api/api_index.html b/static/api/api_index.html
index 016f061f7..bb1955efa 100644
--- a/static/api/api_index.html
+++ b/static/api/api_index.html
@@ -566,7 +566,7 @@