diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index fa4ad3288e022356ca4b0df46421d347608ef945..0a9e2429228cfcb163c49178e9d8fb6574acd334 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,7 +6,12 @@ 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` - 2023-02-22
+`3.0`_ - 2023-05-14
+-------------------
+
+Nothing changed.
+
+`3.0b0`_ - 2023-02-22
 --------------------
 
 This version requires AlekSIS-Core 3.0. It is incompatible with any previous
@@ -96,3 +101,4 @@ Added
 .. _2.0.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0.1
 .. _2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.1
 .. _3.0b0: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/3.0b0
+.. _3.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/3.0
diff --git a/docs/conf.py b/docs/conf.py
index ccfea1dd22762a0ac472ebc36d8f49d50701a007..5495372f1f622c9e2f28fdcf1d8ce9cb3dfab05c 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 6259e6daa6cee1881dd4c32fe23adaa62c2811e4..f1a8a8cdd0dd5b02ff2893f3680d432678c51c22 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-DashboardFeeds"
-version = "3.0b0"
+version = "3.0"
 packages = [
     { include = "aleksis" }
 ]
@@ -41,7 +41,7 @@ python = "^3.9"
 feedparser = "^6.0.0"
 django-feed-reader = "^1.0.0"
 ics = "^0.7"
-aleksis-core = "^3.0b0"
+aleksis-core = "^3.0"
 
 [tool.poetry.dev-dependencies]
 aleksis-builddeps = "*"