diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,11 @@
 
 `tmp-proc-rabbitmq` uses [PVP Versioning][1].
 
+## 0.7.2.0 -- 2024-11-05
+
+* Restrict the upper version bounds of amqp to demarcate the last release using
+  a changing exported function
+
 ## 0.7.0.1 -- 2024-07-01
 
 * Extend the upper bound amqp
diff --git a/tmp-proc-rabbitmq.cabal b/tmp-proc-rabbitmq.cabal
--- a/tmp-proc-rabbitmq.cabal
+++ b/tmp-proc-rabbitmq.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               tmp-proc-rabbitmq
-version:            0.7.0.1
+version:            0.7.2.0
 synopsis:           Launch RabbitMQ in docker using tmp-proc
 description:
   Demos how to use tmp-proc to run RabbitMQ in docker in a unittest.
@@ -27,7 +27,7 @@
   exposed-modules:  System.TmpProc.Docker.RabbitMQ
   hs-source-dirs:   src
   build-depends:
-    , amqp        >=0.22.1 && < 0.25
+    , amqp        >=0.22.1 && < 0.24
     , base        >=4.11     && <5
     , bytestring  >=0.10.8.2 && <0.12.2
     , text        >=1.2.3 && <2.2
