diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 229cffd7da190e2881c8afed1c724e288f90242e..b7636aaebe7246033cffe576a40b4a5b8cb14f2b 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
-----------
+`3.0`_ - 2022-05-11
+-------------------
 
 Added
 ~~~~~
@@ -1140,3 +1140,4 @@ Fixed
 .. _3.0b1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0b1
 .. _3.0b2: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0b2
 .. _3.0b3: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0b3
+.. _3.0: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0
diff --git a/docs/conf.py b/docs/conf.py
index e86ff441c11598e6fb5e09614cc914186d414ef5..717ded8e58d84dbf1974b8418c687e20df97c20b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "3.0"
 # The full version, including alpha/beta/rc tags
-release = "3.0b3"
+release = "3.0"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 286b8bae74f300d1e5660c4c8c186fb897d054b5..5f8413a82fd5e7f4612a42669d13b870598f5d09 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-Core"
-version = "3.0b3"
+version = "3.0"
 packages = [
     { include = "aleksis" }
 ]
@@ -40,7 +40,7 @@ keywords = ["SIS", "education", "school", "digitisation", "school apps"]
 classifiers = [
     "Development Status :: 5 - Production/Stable",
     "Environment :: Web Environment",
-    "Framework :: Django :: 4.0",
+    "Framework :: Django :: 4.1",
     "Intended Audience :: Developers",
     "Intended Audience :: Education",
     "Topic :: Education",