diff --git a/CHANGELOG.md b/CHANGELOG.md
index 824ff0dcc3a593eec53a1a3836d7ff36c90db80a..cece2389861f0c990848beefe32dd61f7245334e 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.9.1] - 2022-11-08
 (Florian Spreckelsen)
 
diff --git a/compose/docker-compose.yml b/compose/docker-compose.yml
index e8b0ad2dede1bdac10fae5cf9701bda1aa3733d5..5ab322e39b9368ee575e34ca0240cee8a5e9a2d6 100644
--- a/compose/docker-compose.yml
+++ b/compose/docker-compose.yml
@@ -12,7 +12,7 @@ services:
     networks:
       - caosnet
   caosdb-server:
-    image: "caosdb/caosdb:0.9.1"
+    image: "caosdb/caosdb:0.9.2-dev"
     depends_on:
       - sqldb
     networks: