diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index f646494c7222a64904dd61ef8245921f2dd6c050..f80605fc347fc967ccea33925dd64fee4422b038 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,8 +6,13 @@ 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`_.
 
-`3.0b0` - 2022-02-27
---------------------
+`3.0`_ - 2023-05-15
+-------------------
+
+Nothing changed.
+
+`3.0b0`_ - 2023-02-27
+---------------------
 
 Removed
 ~~~~~~~
@@ -274,3 +279,4 @@ Fixed
 .. _2.3.1: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.3.1
 .. _2.3.2: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.3.2
 .. _3.0b0: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/3.0b0
+.. _3.0: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/3.0
diff --git a/docs/conf.py b/docs/conf.py
index e9f7935d290f40c02dadc75d438e3d0796a16e63..9f95e740e717f483296629f8b8db468eaa70ca6e 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.0b0"
+release = "3.0"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index e565e58925441ddd9f8f17d708a9f4bff7df8329..4f1a34d6d8f75f03f85cc3ff15fb1082a34936fe 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Untis"
-version = "3.0b0"
+version = "3.0"
 packages = [
     { include = "aleksis" }
 ]
@@ -41,8 +41,8 @@ python = "^3.9"
 mysqlclient = "^2.0.0"
 tqdm = "^4.44.1"
 defusedxml = "^0.7.0"
-aleksis-core = "^3.0b0"
-aleksis-app-chronos = "^3.0b0"
+aleksis-core = "^3.0"
+aleksis-app-chronos = "^3.0"
 
 [tool.poetry.dev-dependencies]
 aleksis-builddeps = "*"