diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 ## Changelog for quickcheck-state-machine-distributed
 
-#### 0.0.0
+#### 0.0.1 (2018-5-3)
+
+* Lower the lower bound of the QuickCheck dependency.
+
+#### 0.0.0 (2018-5-3)
 
 * Initial release.
diff --git a/quickcheck-state-machine-distributed.cabal b/quickcheck-state-machine-distributed.cabal
--- a/quickcheck-state-machine-distributed.cabal
+++ b/quickcheck-state-machine-distributed.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 3757460f9c072a73f3ad960c2c738649d6f77eba17ae9c37400656995aaebbc9
+-- hash: e52b37102f842063221d55b80e66ae70273cfe6b9aadfde49329f8b3f1697e73
 
 name:           quickcheck-state-machine-distributed
-version:        0.0.0
+version:        0.0.1
 synopsis:       Test monadic programs using state machine based models
 description:    Please see the README on Github at <https://github.com/advancedtelematic/quickcheck-state-machine-distributed#readme>
 category:       Testing
@@ -32,7 +32,7 @@
       src
   ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
   build-depends:
-      QuickCheck >=2.11.3
+      QuickCheck >=2.10
     , base >=4.7 && <5
     , binary
     , containers
@@ -59,7 +59,7 @@
       test
   ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
   build-depends:
-      QuickCheck >=2.11.3
+      QuickCheck >=2.10
     , base >=4.7 && <5
     , binary
     , containers
