diff --git a/CHANGELOG.md b/CHANGELOG.md
index 507e61fabf8e60e90d3e775fbb53acdf52cd66de_Q0hBTkdFTE9HLm1k..cb6943db95f9ce8d8739f852325174f730bd719a_Q0hBTkdFTE9HLm1k 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## Version 0.3.2 (2024-04-05)
+### 👷 Bug fixes
+
+- frontend: force dynamic page generation
+
+### 🤖 Continuous integration
+
+- put python package in registry, not pypi
+
 ## Version 0.3.1 (2024-04-04)
 ### 👷 Bug fixes
 
@@ -16,4 +25,4 @@
 
 ### 👷 Bug fixes
 
-- Remove unused log parameter
\ No newline at end of file
+- Remove unused log parameter
diff --git a/cubicweb_rodolf/__pkginfo__.py b/cubicweb_rodolf/__pkginfo__.py
index 507e61fabf8e60e90d3e775fbb53acdf52cd66de_Y3ViaWN3ZWJfcm9kb2xmL19fcGtnaW5mb19fLnB5..cb6943db95f9ce8d8739f852325174f730bd719a_Y3ViaWN3ZWJfcm9kb2xmL19fcGtnaW5mb19fLnB5 100644
--- a/cubicweb_rodolf/__pkginfo__.py
+++ b/cubicweb_rodolf/__pkginfo__.py
@@ -3,7 +3,7 @@
 modname = "cubicweb_rodolf"
 distname = "cubicweb-rodolf"
 
-numversion = (0, 3, 1)
+numversion = (0, 3, 2)
 version = ".".join(str(num) for num in numversion)
 
 license = "LGPL"