diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index a3143feab75ef190d72bee99a23e038c577fc29c..be01ae26f7d139f8576b293aca6596d224d65a1d 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.0.1`_ - 2021-11-29
+---------------------
 
 Fixed
 ~~~~~
@@ -82,3 +82,4 @@ Added
 .. _2.0rc1: https://edugit.org/AlekSIS/Official/AlekSIS-App-LDAP/-/tags/2.0rc1
 .. _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
diff --git a/pyproject.toml b/pyproject.toml
index d127cd7e7eedb62ec6b49151ea445ec52701cc1a..bac2fbc354d1567addec72a856ab05f64c009b3c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-LDAP"
-version = "2.1.dev0"
+version = "2.0.1"
 packages = [
     { include = "aleksis" }
 ]
@@ -16,7 +16,7 @@ repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-LDAP"
 documentation = "https://aleksis.org/AlekSIS/docs/html/"
 keywords = ["SIS", "education", "school", "ldap", "users"]
 classifiers = [
-    "Development Status :: 4 - Beta",
+    "Development Status :: 5 - Production/Stable",
     "Environment :: Web Environment",
     "Framework :: Django :: 3.0",
     "Intended Audience :: Education",
@@ -33,7 +33,7 @@ secondary = true
 python = "^3.9"
 django-ldapdb = "^1.4.0"
 tqdm = "^4.44.1"
-aleksis-core = {version = "^2.0b0", extras = ["ldap"]}
+aleksis-core = {version = "^2.0", extras = ["ldap"]}
 python-magic = "^0.4.22"
 
 [tool.poetry.dev-dependencies]