diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 8c6a5552220106c364330db2f1952b9d568ab6d4..65fadd44307f5e64e0d0e0201e7a8cf16650a91e 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
-----------
+`2.7`_ - 2022-01-24
+-------------------
 
 Added
 ~~~~~
@@ -670,3 +670,4 @@ Fixed
 .. _2.4: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.4
 .. _2.5: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.5
 .. _2.6: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.6
+.. _2.7: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.7
diff --git a/docs/conf.py b/docs/conf.py
index 55931744c0714ae7b52ef4b2e14dc50af236c811..4cbfd71abacfd1f3628ccdaa4d834fe2abb935a3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,9 +29,9 @@ copyright = "2019-2022 The AlekSIS team"
 author = "The AlekSIS Team"
 
 # The short X.Y version
-version = "2.6"
+version = "2.7"
 # The full version, including alpha/beta/rc tags
-release = "2.6.1.dev0"
+release = "2.7"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 8254a6a2a05a9790ea3babfad998f58636cce6f1..a24e2dc1c3419f023b62594846a91d69d37e5ac8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-Core"
-version = "2.6.1.dev0"
+version = "2.7"
 packages = [
     { include = "aleksis" }
 ]