diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd3ee1c49..6cf6bb4ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+
+### v2.112.0 (2024-09-09)
+
+#### Features
+
+* implemented setting cache for can-i-merge badges based on default configuration ([e2bce55e](/../../commit/e2bce55e))
+* add application/hal+json content type for webhook logs (#679) ([e84de4f4](/../../commit/e84de4f4))
+
+#### Bug Fixes
+
+* make clean_task.rb print the payload correctly ([10fd69e2](/../../commit/10fd69e2))
+
### v2.111.0 (2024-07-26)
diff --git a/lib/pact_broker/version.rb b/lib/pact_broker/version.rb
index d214aa505..7c33b752e 100644
--- a/lib/pact_broker/version.rb
+++ b/lib/pact_broker/version.rb
@@ -1,3 +1,3 @@
module PactBroker
- VERSION = "2.111.0"
+ VERSION = "2.112.0"
end