diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.1.0.3
+
+* Bumped hspec and cmark versions.
+
 # 0.1.0.2
 
 * Bumped cmark version.
diff --git a/cmark-sections.cabal b/cmark-sections.cabal
--- a/cmark-sections.cabal
+++ b/cmark-sections.cabal
@@ -1,5 +1,5 @@
 name:                cmark-sections
-version:             0.1.0.2
+version:             0.1.0.3
 synopsis:            Represent cmark-parsed Markdown as a tree of sections
 description:
   Represent cmark-parsed Markdown as a tree of sections
@@ -26,7 +26,7 @@
   -- other-extensions:    
   build-depends:       base >=4.7 && <5
                      , base-prelude == 1.*
-                     , cmark >= 0.5 && < 0.5.5
+                     , cmark >= 0.5 && < 0.5.6
                      , containers
                      , microlens == 0.4.*
                      , split == 0.2.*
@@ -44,7 +44,7 @@
                      , cmark
                      , cmark-sections
                      , containers
-                     , hspec >= 2.2 && < 2.4
+                     , hspec >= 2.2 && < 2.5
                      , text
   ghc-options:         -Wall -fno-warn-unused-do-bind
   hs-source-dirs:      tests
