diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index b1fa8cc75fed438d03a01b4244b4be725ce18884..078480695489970c0578b62d3f28b4bbc01b14fc 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,13 +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
-----------
-
-Added
-~~~~~
-
-* Plan version can be explicitly selected (defaulting to newest)
+`2.1.1`_ - 2022-01-29
+---------------------
 
 Fixed
 ~~~~~
@@ -162,3 +157,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..5670f0ae0aae8114cfe95337b946e7eae09ae414 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.1"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 33aa834491a7e54d7d3e77ce1e2b7ac6bf7d8759..53999f52657274e5b867338ff4d70ce7f9e4eadb 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.1"
 packages = [
     { include = "aleksis" }
 ]