Bump to 0.6.10
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a1c5afb..04ad0e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+# 0.6.10 (July 27, 2017)
+
+* Experimental support for Fuchsia
+* Add `only_v6` option for UDP sockets
+* Fix build on NetBSD
+* Minimum Rust version is now 1.13.0
+* Assignment operators (e.g. `|=`) are now implemented for `Ready`
+
 # 0.6.9 (June 7, 2017)
 
 * More socket options are exposed through the TCP types, brought in through the
diff --git a/Cargo.toml b/Cargo.toml
index 3415f11..047dc2e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 
 name          = "mio"
-version       = "0.6.9"
+version       = "0.6.10"
 license       = "MIT"
 authors       = ["Carl Lerche <me@carllerche.com>"]
 description   = "Lightweight non-blocking IO"