diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,7 @@
+## 1.0.1
+
+* Increase upper bound on hspec to allow hspec 2.1
+
 ## 1.0.0
 
 * Update to hspec2.  All the same features are present but some of the types changed
diff --git a/hspec-webdriver.cabal b/hspec-webdriver.cabal
--- a/hspec-webdriver.cabal
+++ b/hspec-webdriver.cabal
@@ -1,5 +1,5 @@
 name:              hspec-webdriver
-version:           1.0.0
+version:           1.0.1
 cabal-version:     >= 1.8
 build-type:        Simple
 synopsis:          Write end2end web application tests using webdriver and hspec
@@ -32,8 +32,8 @@
                  , HUnit                >= 1.2 && < 1.3
                  , data-default         >= 0.5
                  , hashable             >= 1.2
-                 , hspec-core           >= 2.0 && < 2.1
-                 , hspec                >= 2.0 && < 2.1
+                 , hspec-core           >= 2.0 && < 2.2
+                 , hspec                >= 2.0 && < 2.2
                  , lifted-base          >= 0.2
                  , stm                  >= 2.4
                  , text                 >= 0.11
