diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+1.2.0.5
+
+* Support HUnit-1.3
+* Support criterion-1.1
+* Updated .nix files
+
+
 1.2.0.4
 
 * Fixed #17: https://github.com/basvandijk/case-insensitive/issues/17
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.4
+version:       1.2.0.5
 cabal-version: >=1.8
 build-type:    Simple
 license:       BSD3
@@ -42,7 +42,7 @@
                , base                 >= 3     && < 4.9
                , bytestring           >= 0.9   && < 0.11
                , text                 >= 0.3   && < 1.3
-               , HUnit                >= 1.2.2 && < 1.3
+               , HUnit                >= 1.2.2 && < 1.4
                , test-framework       >= 0.2.4 && < 0.9
                , test-framework-hunit >= 0.2.4 && < 0.4
 
@@ -58,5 +58,5 @@
   build-depends: case-insensitive
                , base                 >= 3     && < 4.9
                , bytestring           >= 0.9   && < 0.11
-               , criterion            >= 0.6.1 && < 1.1
+               , criterion            >= 0.6.1 && < 1.2
                , deepseq              >= 1.1   && < 1.5
