diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -75,8 +75,3 @@
               , _moves   = [U, R, R]
               })
 ```
-
-
-## Known Issues
-
-Currently, computation will **hang** if the end of a branch "finishes" without calling `done` or `failure`; so don't do that.
diff --git a/astar-monad.cabal b/astar-monad.cabal
--- a/astar-monad.cabal
+++ b/astar-monad.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: dd7ab531bbfc60dd1505d0488c11c684b9259708a61f021be586d938d7d5d5a8
+-- hash: 485ec3b8546276e4d3f4a788bf628028e40cf0033dd80f364306d09bedea6f45
 
 name:           astar-monad
-version:        0.2.0.0
+version:        0.2.1.0
 description:    Please see the README on GitHub at <https://github.com/ChrisPenner/astar-monad#readme>
 homepage:       https://github.com/ChrisPenner/astar-monad#readme
 bug-reports:    https://github.com/ChrisPenner/astar-monad/issues
