0.4.9
diff --git a/Cargo.toml b/Cargo.toml
index e32aed8..8381e01 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 
 name = "petgraph"
-version = "0.4.8"
+version = "0.4.9"
 license = "MIT/Apache-2.0"
 authors = [
 "bluss",
diff --git a/README.rst b/README.rst
index 1ca929e..c85d822 100644
--- a/README.rst
+++ b/README.rst
@@ -26,6 +26,12 @@
 Recent Changes
 --------------
 
+- 0.4.9
+
+  - Fix ``bellman_ford`` to work correctly with undirected graphs (#152) by
+    @carrutstick
+  - Performance improvements for ``Graph, Stablegraph``'s ``.map()``.
+
 - 0.4.8
 
   - ``StableGraph`` learned new methods nearing parity with ``Graph``.  Note