From 11a3b7e2869e28f56759955825f76d21d2110642 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Tue, 22 Mar 2022 22:27:39 +0100
Subject: [PATCH] Bump version

---
 CHANGELOG.rst  | 10 ++++++++++
 pyproject.toml |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index a7476c8..5f450ce 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,15 @@ All notable changes to this project will be documented in this file.
 The format is based on `Keep a Changelog`_,
 and this project adheres to `Semantic Versioning`_.
 
+`1.5`_
+------
+
+Added
+~~~~~
+
+* Sync members of group with event registrations
+* Add data check for sync of event members
+
 `1.4.6`_
 --------
 
@@ -157,3 +166,4 @@ Added
 .. _1.4.4: https://edugit.org/Teckids/hacknfun//AlekSIS-App-Paweljong/-/tags/1.4.4
 .. _1.4.5: https://edugit.org/Teckids/hacknfun//AlekSIS-App-Paweljong/-/tags/1.4.5
 .. _1.4.6: https://edugit.org/Teckids/hacknfun//AlekSIS-App-Paweljong/-/tags/1.4.6
+.. _1.5: https://edugit.org/Teckids/hacknfun//AlekSIS-App-Paweljong/-/tags/1.5
diff --git a/pyproject.toml b/pyproject.toml
index 2807887..8ce56d8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Paweljong"
-version = "1.4.7.dev0"
+version = "1.5"
 packages = [
     { include = "aleksis" }
 ]
-- 
GitLab