Bump version
diff --git a/Cargo.toml b/Cargo.toml
index 9c83f52..de9d6f2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 
 name = "petgraph"
-version = "0.1.6"
+version = "0.1.7"
 license = "MIT/Apache-2.0"
 authors = [
 "bluss",
diff --git a/README.rst b/README.rst
index afe9dee..8f3afb1 100644
--- a/README.rst
+++ b/README.rst
@@ -19,6 +19,10 @@
 Recent Changes
 --------------
 
+- 0.1.7
+
+  - Add Graph::edges_directed()
+
 - 0.1.6
 
   - Add Graph::node_weights_mut and Graph::edge_weights_mut