0.4.10
diff --git a/Cargo.toml b/Cargo.toml
index c3ce06f..e443a2a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 
 name = "petgraph"
-version = "0.4.9"
+version = "0.4.10"
 license = "MIT/Apache-2.0"
 authors = [
 "bluss",
diff --git a/README.rst b/README.rst
index c85d822..2a42f61 100644
--- a/README.rst
+++ b/README.rst
@@ -26,6 +26,11 @@
 Recent Changes
 --------------
 
+- 0.4.10
+
+  - Add graph trait ``IntoEdgesDirected``
+  - Update dependencies
+
 - 0.4.9
 
   - Fix ``bellman_ford`` to work correctly with undirected graphs (#152) by