diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 6a908771574fb3ecf92101bf769a60049c81b74c..740a37c56c89848226ea0d653b2fd6d86e6a582e 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,14 +6,19 @@ 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.1`_ - 2022-01-21
+-------------------
 
 Added
 ~~~~~
 
 * Person field matching can now be matched disjunctive
 
+Changed
+~~~~~~~
+
+* Update German translations.
+
 Fixed
 ~~~~~
 
@@ -96,3 +101,4 @@ Added
 .. _2.0rc2: https://edugit.org/AlekSIS/Official/AlekSIS-App-LDAP/-/tags/2.0rc2
 .. _2.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-LDAP/-/tags/2.0
 .. _2.0.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-LDAP/-/tags/2.0.1
+.. _2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-LDAP/-/tags/2.1
diff --git a/docs/conf.py b/docs/conf.py
index e83736b1da5c5cf04777d446b6051d84f3f489ba..a820111b983af02643638d54b06d63322e317fb5 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.dev0"
+release = "2.1"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index b4bd0dd18ecb46022426dda3fe02d35b3a76fa12..e9386f127131b31da9e2391877206e3f937875a3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-LDAP"
-version = "2.1.dev0"
+version = "2.1"
 packages = [
     { include = "aleksis" }
 ]