diff --git a/CHANGELOG.md b/CHANGELOG.md
index d1ae8a4b517338fc1dca98c87e5b8da008a8fb3e_Q0hBTkdFTE9HLm1k..95cfa1198335b70a249ff72bffe20fd025f2a360_Q0hBTkdFTE9HLm1k 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## Version 0.15.1 (2024-10-09)
+### 👷 Bug fixes
+
+- prevent request's body to be overwritten in multipart/form-data /rq/ route
+
 ## Version 0.15.0 (2024-06-12)
 ### 🎉 New features
 
diff --git a/cubicweb_api/__pkginfo__.py b/cubicweb_api/__pkginfo__.py
index d1ae8a4b517338fc1dca98c87e5b8da008a8fb3e_Y3ViaWN3ZWJfYXBpL19fcGtnaW5mb19fLnB5..95cfa1198335b70a249ff72bffe20fd025f2a360_Y3ViaWN3ZWJfYXBpL19fcGtnaW5mb19fLnB5 100644
--- a/cubicweb_api/__pkginfo__.py
+++ b/cubicweb_api/__pkginfo__.py
@@ -20,7 +20,7 @@
 modname = "cubicweb_api"
 distname = "cubicweb-api"
 
-numversion = (0, 15, 0)
+numversion = (0, 15, 1)
 version = ".".join(str(num) for num in numversion)
 
 license = "LGPL"