diff --git a/CHANGELOG.md b/CHANGELOG.md
index 342e052c8..9a3f0acb2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,14 @@
# Changelog
+## [1.2.1](https://github.com/bakdata/kpops/releases/tag/1.2.1) - Release Date: [2023-06-21]
+
+
+
+Uncategorized
+
+- Fix update docs in release workflow - [#258](https://github.com/bakdata/kpops/pull/258)
+
+
+
## [1.2.0](https://github.com/bakdata/kpops/releases/tag/1.2.0) - Release Date: [2023-06-21]
### 🚀 Features
diff --git a/kpops/__init__.py b/kpops/__init__.py
index c68196d1c..a955fdae1 100644
--- a/kpops/__init__.py
+++ b/kpops/__init__.py
@@ -1 +1 @@
-__version__ = "1.2.0"
+__version__ = "1.2.1"
diff --git a/pyproject.toml b/pyproject.toml
index 23c436e8e..b8f64cacc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kpops"
-version = "1.2.0"
+version = "1.2.1"
description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes"
authors = ["bakdata "]
license = "MIT"