Release v0.7.11
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a89ab08..72cb770 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# 0.7.11
+
+## Fixes
+
+* Fix missing feature of winapi.
+  (https://github.com/tokio-rs/mio/commit/a7e61db9e3c2b929ef1a33532bfcc22045d163ce).
+
 # 0.7.10
 
 ## Fixes
diff --git a/Cargo.toml b/Cargo.toml
index 81154ae..a14d17d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@
 # - Update CHANGELOG.md.
 # - Update doc URL.
 # - Create git tag
-version       = "0.7.10"
+version       = "0.7.11"
 license       = "MIT"
 authors       = [
   "Carl Lerche <me@carllerche.com>",
diff --git a/src/lib.rs b/src/lib.rs
index f40b43f..ad417c2 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/mio/0.7.10")]
+#![doc(html_root_url = "https://docs.rs/mio/0.7.11")]
 #![deny(
     missing_docs,
     missing_debug_implementations,