diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index b1fa8cc75fed438d03a01b4244b4be725ce18884..30133f640ed2fd3a358104a49b1cfa823409d318 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -9,10 +9,8 @@ and this project adheres to `Semantic Versioning`_.
 Unreleased
 ----------
 
-Added
-~~~~~
-
-* Plan version can be explicitly selected (defaulting to newest)
+`2.1.1`_ - 2022-01-29
+---------------------
 
 Fixed
 ~~~~~
@@ -162,3 +160,4 @@ Fixed
 .. _2.0rc3: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.0rc3
 .. _2.0: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.0
 .. _2.1: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.1
+.. _2.1.1: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.1.1
diff --git a/docs/conf.py b/docs/conf.py
index 91d9161c7bb4e7447c2e49279feec8c4ac1af58a..2525aa23b46099aafc8ee42fd7406c1420e73cb2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "2.1"
 # The full version, including alpha/beta/rc tags
-release = "2.1.1.dev0"
+release = "2.1.2.dev0"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 33aa834491a7e54d7d3e77ce1e2b7ac6bf7d8759..c55fd67689bdaf0f8c5a55cb2943699e868a4c88 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Untis"
-version = "2.1.1.dev0"
+version = "2.1.2.dev0"
 packages = [
     { include = "aleksis" }
 ]