0.4.4
diff --git a/Cargo.toml b/Cargo.toml
index c18b802..50860ea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 
 name = "petgraph"
-version = "0.4.3"
+version = "0.4.4"
 license = "MIT/Apache-2.0"
 authors = [
 "bluss",
diff --git a/README.rst b/README.rst
index ec1180f..e4631fc 100644
--- a/README.rst
+++ b/README.rst
@@ -24,6 +24,12 @@
 Recent Changes
 --------------
 
+- 0.4.4
+
+  - Add ``GraphMap::all_edges_mut()`` iterator by @Binero
+  - Add ``StableGraph::retain_nodes`` by @Rupsbant
+  - Add ``StableGraph::index_twice_mut`` by @christolliday
+
 - 0.4.3
 
   - Add crate categories