rand_core: bump version to 0.4.2
diff --git a/rand_core/CHANGELOG.md b/rand_core/CHANGELOG.md
index 41f072e..356f4d1 100644
--- a/rand_core/CHANGELOG.md
+++ b/rand_core/CHANGELOG.md
@@ -4,7 +4,7 @@
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
-## [0.4.1] - 2019-07-29
+## [0.4.2] - 2019-08-01
 Back-port non-API changes from version 0.5.0:
 - Enable testing with Miri and fix incorrect pointer usages (#779, #780, #781, #783, #784)
 - Adjust usage of `#[inline]` for `BlockRng` and `BlockRng64`
diff --git a/rand_core/Cargo.toml b/rand_core/Cargo.toml
index 3be2f9b..b117066 100644
--- a/rand_core/Cargo.toml
+++ b/rand_core/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rand_core"
-version = "0.4.1"
+version = "0.4.2"
 authors = ["The Rand Project Developers", "The Rust Project Developers"]
 license = "MIT/Apache-2.0"
 readme = "README.md"