diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index f50644663d9e31d066dd04b31b5369635843bd25..e91d93bdadbc1aa05aff497541591a0f1e7833e8 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.0.1`_ - 2022-01-21
+---------------------
 
 Changed
 ~~~~~~~
 
 * ``get_feeds`` task is now automatically scheduled every 10 minutes
 
+Fixed
+~~~~~
+
+* Add admin docs.
+
 `2.0`_ - 2021-10-30
 -------------------
 
@@ -69,3 +74,4 @@ Added
 .. _2.0b0: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0b0
 .. _2.0rc1: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0rc1
 .. _2.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0
+.. _2.0.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0.1
diff --git a/docs/conf.py b/docs/conf.py
index 7b00efffba78d8c82046ac53dc6214ee569d60c8..84eb86698ff0a9c0a1a542c200b101ea140035e3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "2.0"
 # The full version, including alpha/beta/rc tags
-release = "2.0.1.dev0"
+release = "2.0.1"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 9cc3e8403ac4c6fa9d5d8587716e0c58b0abce1c..32417c7293c80f695e8aae4089380d75c948d9e1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-DashboardFeeds"
-version = "2.0.1.dev0"
+version = "2.0.1"
 packages = [
     { include = "aleksis" }
 ]