diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+- 0.2.0.3
+    * Bump HUnit dependency bounds
+
+- 0.2.0.2
+    * Bump QuickCheck dependency bounds
+
 - 0.2.0.1
     * Minor documentation fixes
 
diff --git a/psqueues.cabal b/psqueues.cabal
--- a/psqueues.cabal
+++ b/psqueues.cabal
@@ -1,5 +1,5 @@
 Name:          psqueues
-Version:       0.2.0.2
+Version:       0.2.0.3
 License:       BSD3
 License-file:  LICENSE
 Maintainer:    Jasper Van der Jeugt <jaspervdj@gmail.com>
@@ -119,7 +119,7 @@
         Data.OrdPSQ.Tests
 
     Build-depends:
-          HUnit                      >= 1.2 && < 1.3
+          HUnit                      >= 1.2 && < 1.4
         , QuickCheck                 >= 2.7 && < 2.9
         , test-framework             >= 0.8 && < 0.9
         , test-framework-hunit       >= 0.3 && < 0.4
