From 46d57a0af1ac8e5150ec32f54e6e2e8561b96b7f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florian=20Schr=C3=B6der?=
 <fschroeder@techfak.uni-bielefeld.de>
Date: Fri, 12 Apr 2024 10:45:35 +0200
Subject: [PATCH] Update software version to 1.1.2

The setup.py file has been modified to increment the software version to 1.1.2. The change log has been updated accordingly to reflect the version change and the additions in this version such as updated recipe graphs, random agent information, and the newly incorporated SCORE_CHANGED hook.
---
 CHANGELOG.md | 14 ++++++++++++++
 setup.py     |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c8196aed..e9f378c3 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 854dd2e0..32e77333 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": [
-- 
GitLab