Merge pull request #85 from kaksmet/bump

Bump to 0.1.14
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a081a38..38711d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
 All notable changes to this project will be documented in this file.
 This project adheres to [Semantic Versioning](http://semver.org/).
 
+## v0.1.14 (2018-02-15)
+- Updated `rayon` to 1.0.
+
 ## v0.1.13 (2017-06-14)
 - Updated `rayon` to 0.8.
 
diff --git a/Cargo.toml b/Cargo.toml
index 1b16d8e..008273b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "jpeg-decoder"
-version = "0.1.13"
+version = "0.1.14"
 authors = ["Ulf Nilsson <kaksmet@gmail.com>"]
 description = "JPEG decoder"
 documentation = "https://docs.rs/jpeg-decoder"