Prepare rand 0.7.3 release
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ec7462..b519d48 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,11 +8,12 @@
 
 You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.html) useful.
 
-## Unreleased
+## [0.7.3] - 2020-01-10
 ### Fixes
 - The `Bernoulli` distribution constructors now reports an error on NaN and on
   `denominator == 0`. (#925)
 - Use `std::sync::Once` to register fork handler, avoiding possible atomicity violation (#928)
+- Fix documentation on the precision of generated floating-point values
 
 ### Changes
 - Unix: make libc dependency optional; only use fork protection with std feature (#928)
diff --git a/Cargo.toml b/Cargo.toml
index 03d5e35..ac64187 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rand"
-version = "0.7.2"
+version = "0.7.3"
 authors = ["The Rand Project Developers", "The Rust Project Developers"]
 license = "MIT OR Apache-2.0"
 readme = "README.md"