diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for haskell-amqp-utils
 
+## 0.4.3.0  -- 2020-02-10
+
+* specify -R YES option for callback in case of a redelivered message
+
 ## 0.4.2.0  -- 2019-12-19
 
 * introduce --cleanup (-j) to remove temp file
diff --git a/Network/AMQP/Utils/Helpers.hs b/Network/AMQP/Utils/Helpers.hs
--- a/Network/AMQP/Utils/Helpers.hs
+++ b/Network/AMQP/Utils/Helpers.hs
@@ -170,6 +170,7 @@
          , ("-i", messageid)
          , ("-t", timestamp)
          , ("-p", pri)
+         , ("-R", redeliv)
          ] ++
        maybeToList headers')
   where
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,6 +1,12 @@
 # haskell-amqp-utils
 generic Haskell AMQP commandline tools for use with RabbitMQ
 
+## Repository access
+
+- git://woffs.de/git/fd/haskell-amqp-utils.git
+- https://woffs.de/git/fd/haskell-amqp-utils.git
+- https://github.com/woffs/haskell-amqp-utils
+
 ## Overview
 The package contains 4 binaries for commandline use.
 
diff --git a/amqp-utils.cabal b/amqp-utils.cabal
--- a/amqp-utils.cabal
+++ b/amqp-utils.cabal
@@ -1,6 +1,6 @@
 name:                amqp-utils
 
-version:             0.4.2.0
+version:             0.4.3.0
 
 synopsis:            Generic Haskell AMQP tools
 
@@ -144,4 +144,4 @@
 
 source-repository head
   type:                git
-  location:            git://github.com/woffs/haskell-amqp-utils
+  location:            git://woffs.de/git/fd/haskell-amqp-utils.git
