diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..ba35fa485180b35a30d701283efae6fa9c1d2b82
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,20 @@
+# Changelog
+
+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.1.0/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## [Unreleased]
+
+## [2.2.0] - 2025-02-01
+
+### Changed
+
+- Move to pyproject.toml
+
+### Added
+
+- Release on PyPi
+
+[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 9aa3f90365fde8f020d7d8d42193f97c3d0660e1..8a124bf6486bf3d8e9e8221738e3dcef97b14ece 100644
--- a/pretix_oidc/__init__.py
+++ b/pretix_oidc/__init__.py
@@ -1 +1 @@
-__version__ = "2.1.0"
+__version__ = "2.2.0"