0.2.9
diff --git a/Cargo.toml b/Cargo.toml
index 07154cf..0b73582 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 
 name = "petgraph"
-version = "0.2.8"
+version = "0.2.9"
 license = "MIT/Apache-2.0"
 authors = [
 "bluss",
@@ -25,7 +25,7 @@
 debug = true
 
 [dependencies]
-fixedbitset = "0.1.0"
+fixedbitset = "0.1.1"
 quickcheck = { optional = true, version = "0.3" }
 
 [dev-dependencies]
diff --git a/README.rst b/README.rst
index abb214a..28aa678 100644
--- a/README.rst
+++ b/README.rst
@@ -6,19 +6,23 @@
 
 Please read the `API documentation here`__
 
-__ http://bluss.github.io/petgraph/
+__ https://bluss.github.io/petgraph/
 
 |build_status|_ |crates|_
 
 .. |build_status| image:: https://travis-ci.org/bluss/petgraph.svg?branch=master
 .. _build_status: https://travis-ci.org/bluss/petgraph
 
-.. |crates| image:: http://meritbadge.herokuapp.com/petgraph
+.. |crates| image:: https://meritbadge.herokuapp.com/petgraph
 .. _crates: https://crates.io/crates/petgraph
 
 Recent Changes
 --------------
 
+- 0.2.9
+
+  - Fix a bug in SubTopo (#81)
+
 - 0.2.8
 
   - Add Graph methods reserve_nodes, reserve_edges, reserve_exact_nodes,