diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -7,6 +7,15 @@
 The following is information about what major changes have gone into
 each release.
 
+Changes in 2999.20.0.2
+----------------------
+
+* Fix Haddock issue (thanks to **Moritz Kiefer**)
+
+* Bump HSpec upper bound (thanks to **Moritz Kiefer**)
+
+* Make Hackage happier with Cabal-Version field
+
 Changes in 2999.20.0.1
 ----------------------
 
diff --git a/Data/GraphViz/Types/Graph.hs b/Data/GraphViz/Types/Graph.hs
--- a/Data/GraphViz/Types/Graph.hs
+++ b/Data/GraphViz/Types/Graph.hs
@@ -231,9 +231,9 @@
     dg' = addNode n mc as dg
 
     merge = addSuccRev n ps'' . addPredRev n ss''
-            -- ^ Add reverse edges
+            -- Add reverse edges
             . M.adjust (\ni -> ni { _predecessors = ps', _successors = ss' }) n
-            -- ^ Add actual edges
+            -- Add actual edges
 
 infixr 5 &
 
diff --git a/graphviz.cabal b/graphviz.cabal
--- a/graphviz.cabal
+++ b/graphviz.cabal
@@ -1,5 +1,5 @@
 Name:               graphviz
-Version:            2999.20.0.1
+Version:            2999.20.0.2
 Stability:          Beta
 Synopsis:           Bindings to Graphviz for graph visualisation.
 Description: {
@@ -127,7 +127,7 @@
                            fgl >= 5.5.0.0,
                            fgl-arbitrary == 0.2.*,
                            filepath,
-                           hspec >= 2.1 && < 2.5,
+                           hspec >= 2.1 && < 2.6,
                            hspec-discover,
                            text,
                            QuickCheck >= 2.3 && < 2.12
