From 60facf4f4ea5ffe92a008b62e967d58b862206c5 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Mon, 20 Dec 2021 22:39:55 +0100
Subject: [PATCH] Bump version to 2.3.2 and update changelog section

---
 CHANGELOG.rst  | 5 +++--
 pyproject.toml | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index fc5d823af..b438b1532 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,8 +6,8 @@ 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`_.
 
-Unreleased
-----------
+`2.3.2`_ – 2021-12-20
+---------------------
 
 Added
 ~~~~~
@@ -564,3 +564,4 @@ Fixed
 .. _2.2.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.2.1
 .. _2.3: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.3
 .. _2.3.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.3.1
+.. _2.3.2: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.3.2
diff --git a/pyproject.toml b/pyproject.toml
index ae24347d6..933d6057a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-Core"
-version = "2.4.dev0"
+version = "2.3.2"
 packages = [
     { include = "aleksis" }
 ]
-- 
GitLab