diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index cd58c80cffa5a1e2866a09a876ee2802e544a4d2..12c524c774686335d093ed822ae1926d1000f445 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,8 +6,16 @@ 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-16
---------------------
+`3.0`_ - 2023-05-14
+-------------------
+
+Changed
+~~~~~~~
+
+* Translations were updated.
+
+`3.0b0`_ - 2023-02-16
+---------------------
 
 This version requires AlekSIS-Core 3.0. It is incompatible with any previous
 version.
@@ -375,3 +383,4 @@ Fixed
 .. _2.4.2: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.4.2
 .. _2.5: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.5
 .. _3.0b0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/3.0b0
+.. _3.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/3.0
diff --git a/docs/conf.py b/docs/conf.py
index 7535f8d516b2f5beb519c60f2b72b571e750ce9e..8f61ca2261682b609d9e83ab341e349eaba45d5a 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 b3f332ed09d4a57438462f7f15a0a1c9d3bcaad2..c7fa2c0739023482bab03cd18b527ccd8285a1d7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Chronos"
-version = "3.0b0"
+version = "3.0"
 packages = [
     { include = "aleksis" }
 ]
@@ -50,8 +50,8 @@ secondary = true
 [tool.poetry.dependencies]
 python = "^3.9"
 calendarweek = "^0.5.0"
-aleksis-core = "^3.0b0"
-aleksis-app-resint = "^3.0b0"
+aleksis-core = "^3.0"
+aleksis-app-resint = "^3.0"
 
 [tool.poetry.dev-dependencies]
 aleksis-builddeps = "*"