Bump version to v0.6.11 (#751)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 78c418a..3b26ea0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
-# Unreleased
+# 0.6.11 (October 25, 2017)
 
-* Minimum Rust version is now 1.14.0
+* Allow register to take empty interest (#640).
+* Fix bug with TCP errors on windows (#725).
+* Add TcpListener::accept_std (#733).
+* Update IoVec to fix soundness bug -- includes behavior change. (#747).
+* Minimum Rust version is now 1.14.0.
+* Fix Android x86_64 build.
+* Misc API & doc polish.
 
 # 0.6.10 (July 27, 2017)
 
diff --git a/Cargo.toml b/Cargo.toml
index bb0a87e..e9b5b79 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 
 name          = "mio"
-version       = "0.6.10"
+version       = "0.6.11"
 license       = "MIT"
 authors       = ["Carl Lerche <me@carllerche.com>"]
 description   = "Lightweight non-blocking IO"