diff --git a/CHANGELOG.md b/CHANGELOG.md
index c212f2d2ec83a3e6873a27da5b2daaa7e2baed2b..dd0fdf2248a1c63a89c9fabc5ac7efdc986b9d9f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.2.1] - 2025-02-01
+
 ### Fixed
 
 - Include CHANGELOG in manifest
@@ -21,4 +23,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 - Release on PyPi
 
+[2.2.1]: https://github.com/thegcat/pretix-oidc/compare/v2.2.0...v2.2.1
 [2.2.0]: https://github.com/thegcat/pretix-oidc/releases/tag/v2.2.0
diff --git a/pretix_oidc/__init__.py b/pretix_oidc/__init__.py
index 8a124bf6486bf3d8e9e8221738e3dcef97b14ece..b19ee4b77e8929d36a7b6777d3aea5f02079d53e 100644
--- a/pretix_oidc/__init__.py
+++ b/pretix_oidc/__init__.py
@@ -1 +1 @@
-__version__ = "2.2.0"
+__version__ = "2.2.1"