0.4.13
diff --git a/Cargo.toml b/Cargo.toml
index 0e72c8c..47d07f5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 
 name = "petgraph"
-version = "0.4.11"
+version = "0.4.13"
 license = "MIT/Apache-2.0"
 authors = [
 "bluss",
diff --git a/README.rst b/README.rst
index 3ccd7ca..a428db6 100644
--- a/README.rst
+++ b/README.rst
@@ -26,6 +26,17 @@
 Recent Changes
 --------------
 
+- 0.4.13
+
+  - Fix clippy warnings by @jonasbb
+  - Add docs for ``Csr`` by @ksadorf
+  - Fix conflict with new stable method ``find_map`` in new Rust
+
+- 0.4.12
+
+  - Newtype ``Time`` now also implements ``Hash``
+  - Documentation updates for ``Frozen``.
+
 - 0.4.11
 
   - Fix ``petgraph::graph::NodeReferences`` to be publically visible