diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+1.2.0.8
+
+* Support HUnit-1.5.
+
+
 1.2.0.7
 
 * Fix build of benchmarks when getting the sources from Hackage.
diff --git a/case-insensitive.cabal b/case-insensitive.cabal
--- a/case-insensitive.cabal
+++ b/case-insensitive.cabal
@@ -1,5 +1,5 @@
 name:          case-insensitive
-version:       1.2.0.7
+version:       1.2.0.8
 cabal-version: >=1.8
 build-type:    Simple
 license:       BSD3
@@ -52,7 +52,7 @@
                , base                 >= 3     && < 4.10
                , bytestring           >= 0.9   && < 0.11
                , text                 >= 0.3   && < 1.3
-               , HUnit                >= 1.2.2 && < 1.4
+               , HUnit                >= 1.2.2 && < 1.6
                , test-framework       >= 0.2.4 && < 0.9
                , test-framework-hunit >= 0.2.4 && < 0.4
 
