diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31d90b46468160b6ffefb13389db042f42d1b18c..0777d7740fbf2b5e2ac0c71142405377dfa9af1e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,21 @@ 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
+
+
 ## [0.7.2] - 2022-03-25
 (Timm Fitschen)
 
diff --git a/pom.xml b/pom.xml
index e0312184f01e6a4111a8a7945aef178f8bc39c8c..733a5b4ca3c741fef0d611885327545eee8c0129 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.caosdb</groupId>
   <artifactId>caosdb-server</artifactId>
-  <version>0.7.2</version>
+  <version>0.8.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>CaosDB Server</name>
   <scm>
diff --git a/src/doc/conf.py b/src/doc/conf.py
index 89162bfd131e17ae86cf81dcb8ee3d9bd5ebf404..079eec42b21b3532e30c21ceaf8afe5a8ea7f35b 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -25,9 +25,9 @@ copyright = '2020, IndiScale GmbH'
 author = 'Daniel Hornung'
 
 # The short X.Y version
-version = '0.7.2'
+version = '0.8.0'
 # The full version, including alpha/beta/rc tags
-release = '0.7.2'
+release = '0.8.0-SNAPSHOT'
 
 
 # -- General configuration ---------------------------------------------------