diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.1.0.2
+
+* Bumped cmark version.
+
 # 0.1.0.1
 
 * Bumped hspec 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.1
+version:             0.1.0.2
 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.4
+                     , cmark >= 0.5 && < 0.5.5
                      , containers
                      , microlens == 0.4.*
                      , split == 0.2.*
