diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
+03 Feb 2014
+    Release 0.3.2.0
+	Relax hspec dependency
+
 29 Jan 2014
-	Release 0.3.1.1
+	Release 0.3.1.0
 	Work with newer GHC.TypeLits (SingI and similar were moved out)
 
 05 Nov 2013
diff --git a/HList.cabal b/HList.cabal
--- a/HList.cabal
+++ b/HList.cabal
@@ -1,5 +1,5 @@
 Name:                HList
-Version:             0.3.1.0
+Version:             0.3.2.0
 Category:            Data
 Synopsis:            Heterogeneous lists
 Description:         HList is a record system providing strongly typed heterogenous lists, records,
@@ -91,7 +91,7 @@
   Ghc-Options: -threaded
   Main-Is: examples/runexamples.hs
   Default-Language:    Haskell2010
-  Build-Depends:       base, hspec == 1.7.*, directory, filepath,
+  Build-Depends:       base, hspec >= 1.7, directory, filepath,
                        process, syb, cmdargs, lens, HList, mtl
 
 Test-Suite doctests
