diff --git a/CHANGELOG.rst b/CHANGELOG.rst
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -7,7 +7,19 @@
 .. _PVP: https://pvp.haskell.org/
 
 
-2.0.0.2 (2020-10-05)
+2.0.0.3 (2020-05-10)
+--------------------
+
+* Git: :tag:`hunit-dejafu-2.0.0.3`
+* Hackage: :hackage:`hunit-dejafu-2.0.0.3`
+
+Miscellaneous
+~~~~~~~~~~~~~
+
+* The upper bound on :hackage:`dejafu` is <2.4
+
+
+2.0.0.2 (2020-05-10)
 --------------------
 
 * Git: :tag:`hunit-dejafu-2.0.0.2`
diff --git a/hunit-dejafu.cabal b/hunit-dejafu.cabal
--- a/hunit-dejafu.cabal
+++ b/hunit-dejafu.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                hunit-dejafu
-version:             2.0.0.2
+version:             2.0.0.3
 synopsis:            Deja Fu support for the HUnit test framework.
 
 description:
@@ -17,7 +17,7 @@
 license-file:        LICENSE
 author:              Michael Walker
 maintainer:          mike@barrucadu.co.uk
-copyright:           (c) 2015--2017 Michael Walker
+copyright:           (c) 2015--2020 Michael Walker
 category:            Testing
 build-type:          Simple
 extra-source-files:  README.markdown CHANGELOG.rst
@@ -30,7 +30,7 @@
 source-repository this
   type:     git
   location: https://github.com/barrucadu/dejafu.git
-  tag:      hunit-dejafu-2.0.0.2
+  tag:      hunit-dejafu-2.0.0.3
 
 library
   exposed-modules:     Test.HUnit.DejaFu
@@ -38,7 +38,7 @@
   -- other-extensions:    
   build-depends:       base       >=4.9 && <5
                      , exceptions >=0.7 && <0.11
-                     , dejafu     >=2.0 && <2.3
+                     , dejafu     >=2.0 && <2.4
                      , HUnit      >=1.3.1 && <1.7
   -- hs-source-dirs:      
   default-language:    Haskell2010
