Bump version, and document fuchsia_cprng change
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6aa0a24..c33a8c3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,10 @@
 You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.html) useful.
 
 
+## [0.6.5] - Unreleased
+### Platforms
+- Fuchsia: Replaced fuchsia-zircon with fuchsia-cprng
+
 ## [0.6.4] - 2019-01-08
 ### Fixes
 - Move wasm-bindgen shims to correct crate (#686)
diff --git a/Cargo.toml b/Cargo.toml
index ccdc008..bbee73c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rand"
-version = "0.6.4"
+version = "0.6.5"
 authors = ["The Rand Project Developers", "The Rust Project Developers"]
 license = "MIT/Apache-2.0"
 readme = "README.md"