diff --git a/CHANGELOG.md b/CHANGELOG.md
index 978de14e872bbf2c6a575462ae322e4f5d58e79d..1c17b1795dc997a749e04f81dab41ea0dc5aed2a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,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.9.1]  - 2024-09-26 ##
 
 ### Fixed ###
diff --git a/setup.cfg b/setup.cfg
index bac5bf79af0ce6f31f7748f21fa2175e5444104b..558599013f3556a41481305ba587e3947a403d63 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = caoscrawler
-version = 0.9.1
+version = 0.9.2
 author = Alexander Schlemmer
 author_email = alexander.schlemmer@ds.mpg.de
 description = A new crawler for LinkAhead
diff --git a/src/doc/conf.py b/src/doc/conf.py
index b8771ea487ec92d275d029a445e053332d307387..c52442aa358d7aa60085c48168d7a63798c967b0 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -33,10 +33,10 @@ copyright = '2024, IndiScale'
 author = 'Alexander Schlemmer'
 
 # The short X.Y version
-version = '0.9.1'
+version = '0.9.2'
 # The full version, including alpha/beta/rc tags
 # release = '0.5.2-rc2'
-release = '0.9.1'
+release = '0.9.2-dev'
 
 
 # -- General configuration ---------------------------------------------------