diff --git a/CHANGELOG.md b/CHANGELOG.md index c861129de1e6ff128204be33dcc335b5f1cb07fb..8d653019b4d92f6e68df6ada2ed4e413fb8c3f66 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.0] - 2023-02-09 ### Added - Matrix ID Parameter for the PDF editor #12 @@ -74,6 +76,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 <!-- markdownlint-disable-file MD024--> <!-- markdownlint-disable-file MD032--> +[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 [1.4.1]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.4.0...v1.4.1 diff --git a/pretix_matrix_inviter/__init__.py b/pretix_matrix_inviter/__init__.py index e4adfb83d581417957736bd5bd8ed562066b37b6..14d9d2f583a956d17d0191e80336d1db6fd648df 100644 --- a/pretix_matrix_inviter/__init__.py +++ b/pretix_matrix_inviter/__init__.py @@ -1 +1 @@ -__version__ = "1.6.0" +__version__ = "1.7.0"