diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47a594b65f6abe6af058a17ca16ee038cab64b03..2e9d5f420390ccebf191085a16115ded451b4f5f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [Unreleased]
+
+### Added
+
+### Changed
+
+### Deprecated
+
+### Removed
+
+### Fixed
+
+### Security
+
+### Documentation
+
 ## [0.5.0] - 2022-03-25
 (Timm Fitschen)
 
diff --git a/src/doc/conf.py b/src/doc/conf.py
index 34639e51442d8cc97a74e30b3046d2f2ac999286..aea5a41d54b32886bfdbd79882bca2aa2ee51eb4 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -26,9 +26,9 @@ copyright = '2020, IndiScale GmbH'
 author = 'Daniel Hornung'
 
 # The short X.Y version
-version = '0.5.0'
+version = '0.6.0'
 # The full version, including alpha/beta/rc tags
-release = '0.5.0'
+release = '0.6.0-SNAPSHOT'
 
 
 # -- General configuration ---------------------------------------------------