diff --git a/CHANGELOG.md b/CHANGELOG.md
index 247b7ce55f5c2893b24ccbb154a689c66af7cde2..2cec291c07eaa327379c870a2952d7221c1d7883 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.1] - 2023-10-04
 ### Fixed
 - Schedule tasks only after DB transactions are committed
 
diff --git a/pretix_matrix_inviter/__init__.py b/pretix_matrix_inviter/__init__.py
index 14d9d2f583a956d17d0191e80336d1db6fd648df..3c1e9cbd302a4df7ac0ee47e577f5c5895b69e1a 100644
--- a/pretix_matrix_inviter/__init__.py
+++ b/pretix_matrix_inviter/__init__.py
@@ -1 +1 @@
-__version__ = "1.7.0"
+__version__ = "1.7.1"