Bump version & update README
diff --git a/Cargo.toml b/Cargo.toml
index 8897006..7e34e3d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 
 name = "petgraph"
-version = "0.1.8"
+version = "0.1.9"
 license = "MIT/Apache-2.0"
 authors = [
 "bluss",
diff --git a/README.rst b/README.rst
index af22bfc..c5e66a2 100644
--- a/README.rst
+++ b/README.rst
@@ -19,6 +19,11 @@
 Recent Changes
 --------------
 
+- 0.1.9
+
+  - Fix Dfs/Bfs for a rustc bugfix that disallowed them
+  - Add method next_neighbor() to WalkEdges
+
 - 0.1.8
 
   - Add Graph::walk_edges_directed()