Prepare 0.5.5 release
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 716f663..84378f8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,10 @@
 
 You may also find the [Update Guide](UPDATING.md) useful.
 
+## [0.5.5] - 2018-08-07
+### Documentation
+- Fix links in documentation (#582)
+
 ## [0.5.4] - 2018-07-11
 ### Platform support
 - Make `OsRng` work via WASM/stdweb for WebWorkers
diff --git a/Cargo.toml b/Cargo.toml
index 7c9feb2..4156253 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rand"
-version = "0.5.4" # NB: When modifying, also modify html_root_url in lib.rs
+version = "0.5.5" # NB: When modifying, also modify html_root_url in lib.rs
 authors = ["The Rust Project Developers"]
 license = "MIT/Apache-2.0"
 readme = "README.md"
diff --git a/src/lib.rs b/src/lib.rs
index 15aa055..bbea5cb 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -224,7 +224,7 @@
 
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
        html_favicon_url = "https://www.rust-lang.org/favicon.ico",
-       html_root_url = "https://docs.rs/rand/0.5.4")]
+       html_root_url = "https://docs.rs/rand/0.5.5")]
 
 #![deny(missing_docs)]
 #![deny(missing_debug_implementations)]