diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,9 @@
 CHANGELOG
 
+2.0.2.2 to 2.0.2.3
+
+  - Allow HUNit 1.3.*
+
 2.0.2.1 to 2.0.2.2
 
   - Restored support for GHC 7.4.
@@ -217,4 +221,3 @@
   - Minor documentaion update.
   - Exported Point internals.
   - Renamed Lens to Bijection, which is more correct.
-
diff --git a/fclabels.cabal b/fclabels.cabal
--- a/fclabels.cabal
+++ b/fclabels.cabal
@@ -1,5 +1,5 @@
 Name:          fclabels
-Version:       2.0.2.2
+Version:       2.0.2.3
 Author:        Sebastiaan Visser, Erik Hesselink, Chris Eidhof, Sjoerd Visscher
                with lots of help and feedback from others.
 Synopsis:      First class accessor labels implemented as lenses.
@@ -98,4 +98,4 @@
     , template-haskell >= 2.2 && < 2.11
     , mtl              >= 1.0 && < 2.3
     , transformers     >= 0.2 && < 0.5
-    , HUnit            >= 1.2 && < 1.3
+    , HUnit            >= 1.2 && < 1.4
