diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb38498fd3e3732d9e43cba85051ca542209e127_Q0hBTkdFTE9HLm1k..9be91b8a8e062b95e3fe3d8c9ea19a3ec687cd47_Q0hBTkdFTE9HLm1k 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## Version 0.4.1 (2022-07-28)
+### 📝 Documentation
+
+- update documentation and readme
+
 ## Version 0.4.0 (2022-06-16)
 ### 🎉 New features
 
@@ -39,4 +44,4 @@
 
 - improve error logging
 
-## Version 0.1.0 (2022-04-05)
\ No newline at end of file
+## Version 0.1.0 (2022-04-05)
diff --git a/cubicweb_api/__pkginfo__.py b/cubicweb_api/__pkginfo__.py
index fb38498fd3e3732d9e43cba85051ca542209e127_Y3ViaWN3ZWJfYXBpL19fcGtnaW5mb19fLnB5..9be91b8a8e062b95e3fe3d8c9ea19a3ec687cd47_Y3ViaWN3ZWJfYXBpL19fcGtnaW5mb19fLnB5 100644
--- a/cubicweb_api/__pkginfo__.py
+++ b/cubicweb_api/__pkginfo__.py
@@ -21,7 +21,7 @@
 modname = "cubicweb_api"
 distname = "cubicweb-api"
 
-numversion = (0, 4, 0)
+numversion = (0, 4, 1)
 version = ".".join(str(num) for num in numversion)
 
 license = "LGPL"