0.4.11
diff --git a/Cargo.toml b/Cargo.toml
index e443a2a..0e72c8c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 
 name = "petgraph"
-version = "0.4.10"
+version = "0.4.11"
 license = "MIT/Apache-2.0"
 authors = [
 "bluss",
diff --git a/README.rst b/README.rst
index 2a42f61..3ccd7ca 100644
--- a/README.rst
+++ b/README.rst
@@ -26,6 +26,12 @@
 Recent Changes
 --------------
 
+- 0.4.11
+
+  - Fix ``petgraph::graph::NodeReferences`` to be publically visible
+  - Small doc typo and code style files by @shepmaster and @waywardmonkeys
+  - Fix a future compat warning with pointer casts
+
 - 0.4.10
 
   - Add graph trait ``IntoEdgesDirected``