diff --git a/CHANGES.rst b/CHANGES.rst
index 85223166..79d9b7ed 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
 The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
 and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
 
+[0.0.37] - 2023-12-01
+=====================
+
 Fixed
 *****
 
diff --git a/pyproject.toml b/pyproject.toml
index d7a6c976..06ce39ba 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api"
 [tool]
 [tool.poetry]
 name = "Canaille"
-version = "0.0.36"
+version = "0.0.37"
 description = "Minimalistic identity provider"
 license = "MIT"
 keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]