diff --git a/CHANGELOG.md b/CHANGELOG.md index 8282d3b9275a4d52412d2b4e90c625eab1d71bde..53be920c18007fb041a9b6e01ddf338190e5ff9c 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 5b601886131b044f9738fb1a32022bb045a52787..e4adfb83d581417957736bd5bd8ed562066b37b6 100644 --- a/pretix_matrix_inviter/__init__.py +++ b/pretix_matrix_inviter/__init__.py @@ -1 +1 @@ -__version__ = "1.5.0" +__version__ = "1.6.0"