0.4.5
diff --git a/Cargo.toml b/Cargo.toml
index 50860ea..38ee3c6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 
 name = "petgraph"
-version = "0.4.4"
+version = "0.4.5"
 license = "MIT/Apache-2.0"
 authors = [
 "bluss",
diff --git a/README.rst b/README.rst
index e4631fc..29195ef 100644
--- a/README.rst
+++ b/README.rst
@@ -24,6 +24,10 @@
 Recent Changes
 --------------
 
+- 0.4.5
+
+  - Fix ``max`` ambiguity error with current rust nightly by @daboross (#153)
+
 - 0.4.4
 
   - Add ``GraphMap::all_edges_mut()`` iterator by @Binero