0.2.8
diff --git a/Cargo.toml b/Cargo.toml
index 9dc23c1..0d35972 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 
 name = "petgraph"
-version = "0.2.7"
+version = "0.2.8"
 license = "MIT/Apache-2.0"
 authors = [
 "bluss",
diff --git a/README.rst b/README.rst
index 74dc673..abb214a 100644
--- a/README.rst
+++ b/README.rst
@@ -19,6 +19,11 @@
 Recent Changes
 --------------
 
+- 0.2.8
+
+  - Add Graph methods reserve_nodes, reserve_edges, reserve_exact_nodes,
+    reserve_exact_edges, shrink_to_fit_edges, shrink_to_fit_nodes, shrink_to_fit
+
 - 0.2.7
 
   - Update URLs