diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1453dfad30d3c238923e2a4afc5ee2a5c302c68c..02ddf17f5c0b7af95106e1e7a2b6cac3a7953a69 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,8 @@ 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] ##
+## [0.2.0] - 2022-11-18 ##
+(Florian Spreckelsen)
 
 ### Added ###
 - the -c/--add-cwd-to-path option allows to plays for example custom converter
diff --git a/setup.cfg b/setup.cfg
index 994ba7cacf2fc3cf5ff93a17a23eb5bcec34067f..810b5e9262b2a2809aa6a54b6d67665b36ff6526 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = caoscrawler
-version = 0.1.1
+version = 0.2.0
 author = Alexander Schlemmer
 author_email = alexander.schlemmer@ds.mpg.de
 description = A new crawler for caosdb
diff --git a/src/doc/conf.py b/src/doc/conf.py
index 30ce670eb8685e9701eeeb59bf22451a21fb16b9..091cdf74a2dc11540e60b821a30e91214931c8f9 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -33,10 +33,10 @@ copyright = '2021, MPIDS'
 author = 'Alexander Schlemmer'
 
 # The short X.Y version
-version = '0.1'
+version = '0.2'
 # The full version, including alpha/beta/rc tags
 # release = '0.5.2-rc2'
-release = '0.1'
+release = '0.2'
 
 
 # -- General configuration ---------------------------------------------------