Release v0.7.10
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e04603..a89ab08 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
-# 0.7.9
+# 0.7.10
+
+## Fixes
+
+* Fix an instance of not doc(cfg(.*))
+  (https://github.com/tokio-rs/mio/commit/25e8f911357c740034f10a170dfa4ea1b28234ce).
 
 ## Fixes
 
diff --git a/Cargo.toml b/Cargo.toml
index 5cf1dcf..3aedc7f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@
 # - Update CHANGELOG.md.
 # - Update doc URL.
 # - Create git tag
-version       = "0.7.9"
+version       = "0.7.10"
 license       = "MIT"
 authors       = [
   "Carl Lerche <me@carllerche.com>",
diff --git a/src/lib.rs b/src/lib.rs
index a9aa2d7..f40b43f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/mio/0.7.9")]
+#![doc(html_root_url = "https://docs.rs/mio/0.7.10")]
 #![deny(
     missing_docs,
     missing_debug_implementations,