rand_jitter: bump version number to 0.1.2
diff --git a/rand_jitter/CHANGELOG.md b/rand_jitter/CHANGELOG.md
index 07587db..8aa3a1b 100644
--- a/rand_jitter/CHANGELOG.md
+++ b/rand_jitter/CHANGELOG.md
@@ -4,6 +4,9 @@
 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.1.2] - 2019-01-31
+- Fix for older rustc compilers on Windows (#722)
+
 ## [0.1.1] - 2019-01-29
 - Fix for older rustc compilers on Mac OSX / iOS (#720)
 - Misc. doc fixes
diff --git a/rand_jitter/Cargo.toml b/rand_jitter/Cargo.toml
index c877400..0302365 100644
--- a/rand_jitter/Cargo.toml
+++ b/rand_jitter/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rand_jitter"
-version = "0.1.1"
+version = "0.1.2"
 authors = ["The Rand Project Developers"]
 license = "MIT/Apache-2.0"
 readme = "README.md"