diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index dfae074f849fcc55b73d77dec75c4ad59d937070..d21a88a9d8245fc9e2631a74f3d1b6cb1012f7a9 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,22 +1,23 @@
 Changelog
 =========
 
-`1.0`_
-------
+All notable changes to this project will be documented in this file.
 
-New features
-~~~~~~~~~~~~
+The format is based on `Keep a Changelog`_,
+and this project adheres to `Semantic Versioning`_.
 
-* Initial release
+Unreleased
+----------
 
-Bugfixes
-~~~~~~~~
+`1.0`_ - 2022-06-25
+-------------------
 
-* None
+Added
+~~~~~
 
-Minor changes
-~~~~~~~~~~~~~
+* Initial release.
 
-* None
+.. _Keep a Changelog: https://keepachangelog.com/en/1.0.0/
+.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html
 
-_`1.0`: https://edugit.org/AlekSIS/official//AlekSIS-App-Matrix/-/tags/1.0
+.. _1.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Matrix/-/tags/1.0
diff --git a/docs/conf.py b/docs/conf.py
index e84a732b426679d96e8fab5307f02f303348f9d1..9096133d6b1d3bad38902fcad21bab52f3f0cb6b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "1.0"
 # The full version, including alpha/beta/rc tags
-release = "1.0"
+release = "1.0.1.dev0"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 4daf6e42edf922cd0aab8441971305e4bf735678..93a386b6a93fc8097462dda3e508a823b528ead5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Matrix"
-version = "1.0"
+version = "1.0.1.dev0"
 packages = [
     { include = "aleksis" }
 ]