0.2.5
diff --git a/Cargo.toml b/Cargo.toml
index 7afc003..d62df44 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 
 name = "petgraph"
-version = "0.2.4"
+version = "0.2.5"
 license = "MIT/Apache-2.0"
 authors = [
 "bluss",
diff --git a/README.rst b/README.rst
index 0db9db2..d020b27 100644
--- a/README.rst
+++ b/README.rst
@@ -19,6 +19,12 @@
 Recent Changes
 --------------
 
+- 0.2.5
+
+  - Add SubTopo, a topo walker for the subgraph reachable from a starting point.
+  - Add condensation, which forms the graph of a graph’s strongly connected
+    components.
+
 - 0.2.4
 
   - Fix an algorithm error in scc (#61). This time we have a test that