Merge pull request #714 from dhardy/master

Update changelog for 0.6.5
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c33a8c3..955e872 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,10 +9,19 @@
 You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.html) useful.
 
 
-## [0.6.5] - Unreleased
+## [0.6.5] - 2019-01-28
+### Crates
+- Update `rand_core` to 0.4 (#703)
+- Move `JitterRng` to its own crate (#685)
+- Add a warm-bindgen test crate (#696)
+
 ### Platforms
 - Fuchsia: Replaced fuchsia-zircon with fuchsia-cprng
 
+### Doc
+- Use RFC 1946 for doc links (#691)
+- Fix some doc links and notes (#711)
+
 ## [0.6.4] - 2019-01-08
 ### Fixes
 - Move wasm-bindgen shims to correct crate (#686)