diff --git a/CHANGELOG.md b/CHANGELOG.md
index c8196aed4bdd550fe3c559f6084ecb5323bb6b24..e9f378c31309175c16c3d417a42f0a5539af4e87 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,20 @@
 
 ### Added
 
+### Changed
+
+### Deprecated
+
+### Removed
+
+### Fixed
+
+### Security
+
+## [1.1.2] (2024-04-12)
+
+### Added
+
 - Recipe graphs contain the names of the interactive counters and equipment
 - Random agent also gets the recipe graph information.
 - Hook SCORE_CHANGED when the score is increased.
diff --git a/setup.py b/setup.py
index 854dd2e0660ed07b77891d5f6b00e559acde3dff..32e7733313c95e0ead2c57ede29c04c15437a617 100644
--- a/setup.py
+++ b/setup.py
@@ -58,7 +58,7 @@ setup(
     packages=find_packages(include=["cooperative_cuisine", "cooperative_cuisine.*"]),
     test_suite="tests",
     url="https://gitlab.ub.uni-bielefeld.de/scs/cocosy/cooperative-cuisine",
-    version="1.1.1",
+    version="1.1.2",
     zip_safe=False,
     extras_require={
         "rl": [