diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2607f5674a83495227eab11433acd9b9fa7bb011_Q0hBTkdFTE9HLm1k..03ff8ec933946af081d26494da9d916d9361b71b_Q0hBTkdFTE9HLm1k 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
+## Version 3.2.0 (2022-04-08)
+### 🎉 New features
+
+- setup.py: increase cubicweb max version to 3.37.x
+
 ## Version 3.1.0 (2022-04-05)
 ### 🎉 New features
 
 - cube-doctor: add add-set-cubicweb-max-version
@@ -1,11 +6,7 @@
 ## Version 3.1.0 (2022-04-05)
 ### 🎉 New features
 
 - cube-doctor: add add-set-cubicweb-max-version
-- setup.py: increase cubicweb max version to 3.33.x
-- setup.py: increase cubicweb max version to 3.33.x
-- setup.py: increase cubicweb max version to 3.34.x
-- setup.py: increase cubicweb max version to 3.34.x
 - setup.py: increase cubicweb max version to 3.35.x
 
 ### 📝 Documentation
diff --git a/cubicweb_s3storage/__pkginfo__.py b/cubicweb_s3storage/__pkginfo__.py
index 2607f5674a83495227eab11433acd9b9fa7bb011_Y3ViaWN3ZWJfczNzdG9yYWdlL19fcGtnaW5mb19fLnB5..03ff8ec933946af081d26494da9d916d9361b71b_Y3ViaWN3ZWJfczNzdG9yYWdlL19fcGtnaW5mb19fLnB5 100644
--- a/cubicweb_s3storage/__pkginfo__.py
+++ b/cubicweb_s3storage/__pkginfo__.py
@@ -5,7 +5,7 @@
 modname = 'cubicweb_s3storage'
 distname = 'cubicweb-s3storage'
 
-numversion = (3, 1, 0)
+numversion = (3, 2, 0)
 version = '.'.join(str(num) for num in numversion)
 
 license = 'LGPL'