From bd40bee8b695c7944d9af677461d3584ebe53aca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net>
Date: Thu, 9 Feb 2023 09:32:06 +0100
Subject: [PATCH] Release version 1.6.0

---
 CHANGELOG.md                      | 3 ++-
 pretix_matrix_inviter/__init__.py | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8282d3b..53be920 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ 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]
+## [1.6.0] - 2023-02-09
 ### Changed
 - Apply updated pretix plugin cookiecutter
 - Django 4 compatibility #14
@@ -70,6 +70,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 <!-- markdownlint-disable-file MD024-->
 <!-- markdownlint-disable-file MD032-->
 
+[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
 [1.4.1]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.4.0...v1.4.1
 [1.4.0]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.3.0...v1.4.0
diff --git a/pretix_matrix_inviter/__init__.py b/pretix_matrix_inviter/__init__.py
index 5b60188..e4adfb8 100644
--- a/pretix_matrix_inviter/__init__.py
+++ b/pretix_matrix_inviter/__init__.py
@@ -1 +1 @@
-__version__ = "1.5.0"
+__version__ = "1.6.0"
-- 
GitLab