rand_jitter: bump version to 0.1.1
diff --git a/rand_jitter/CHANGELOG.md b/rand_jitter/CHANGELOG.md
index 1e39916..07587db 100644
--- a/rand_jitter/CHANGELOG.md
+++ b/rand_jitter/CHANGELOG.md
@@ -4,5 +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.1] - 2019-01-29
+- Fix for older rustc compilers on Mac OSX / iOS (#720)
+- Misc. doc fixes
+
 ## [0.1.0] - 2019-01-24
 Initial release.
diff --git a/rand_jitter/Cargo.toml b/rand_jitter/Cargo.toml
index 52329fd..c877400 100644
--- a/rand_jitter/Cargo.toml
+++ b/rand_jitter/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rand_jitter"
-version = "0.1.0"
+version = "0.1.1"
 authors = ["The Rand Project Developers"]
 license = "MIT/Apache-2.0"
 readme = "README.md"