diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c25a830cda007d2659108b1186927742692a316_Q0hBTkdFTE9HLm1k..b13bc4e407b0371d3587b66e07f3d1d715886267_Q0hBTkdFTE9HLm1k 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+## Version 0.16.0 (2024-11-19)
+
+*BREAKING CHANGE* remove compatibility with Python < 3.10
+
+### 🎉 New features
+
+- upgrade openapi-core and pyramid-openapi3 dependencies
+
+### 👷 Bug fixes
+
+- /rql: allow receiving null parameters
+
 ## Version 0.15.1 (2024-10-09)
 ### 👷 Bug fixes
 
@@ -235,4 +247,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 1c25a830cda007d2659108b1186927742692a316_Y3ViaWN3ZWJfYXBpL19fcGtnaW5mb19fLnB5..b13bc4e407b0371d3587b66e07f3d1d715886267_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, 1)
+numversion = (0, 16, 0)
 version = ".".join(str(num) for num in numversion)
 
 license = "LGPL"