diff --git a/CHANGELOG.md b/CHANGELOG.md
index 375b2205de2f9233b8b37523c41b502f42330e81..b0e365f949058c53db131c210d2a3c6af6577e0e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ 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]
+
+## [1.7.2] - 2023-10-04
 ### Changed
 - Move to pyproject.toml
 
@@ -82,6 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 <!-- markdownlint-disable-file MD024-->
 <!-- markdownlint-disable-file MD032-->
 
+[1.7.2]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.7.1...v1.7.2
+[1.7.1]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.7.0...v1.7.1
 [1.7.0]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.6.0...v1.7.0
 [1.6.0]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.5.0...v1.6.0
 [1.5.0]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.4.1...v1.5.0
diff --git a/pretix_matrix_inviter/__init__.py b/pretix_matrix_inviter/__init__.py
index 3c1e9cbd302a4df7ac0ee47e577f5c5895b69e1a..1db13ec2a442d57ed02c3df37517ce023e9eced4 100644
--- a/pretix_matrix_inviter/__init__.py
+++ b/pretix_matrix_inviter/__init__.py
@@ -1 +1 @@
-__version__ = "1.7.1"
+__version__ = "1.7.2"