diff --git a/CHANGES.rst b/CHANGES.rst
index 6c949a0b..55539d17 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -3,12 +3,14 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog `_,
and this project adheres to `Semantic Versioning `_.
+[0.0.29] - 2023-06-30
+=====================
+
Fixed
*****
- Disabled HTMX boosting on OIDC forms to avoid errors.
-
[0.0.28] - 2023-06-30
=====================
diff --git a/pyproject.toml b/pyproject.toml
index 51105a78..386414ce 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api"
[tool]
[tool.poetry]
name = "Canaille"
-version = "0.0.28"
+version = "0.0.29"
description = "Minimalistic identity provider"
license = "MIT"
keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]