Merge pull request #88 from kaksmet/bump

Bump to 0.1.15
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 38711d1..f75647a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
 All notable changes to this project will be documented in this file.
 This project adheres to [Semantic Versioning](http://semver.org/).
 
+## v0.1.15 (2018-06-10)
+- Added support for WebAssembly and asm.js (thanks @CryZe!)
+- Bugfix for images with APP14 segments longer than 12 bytes.
+
 ## v0.1.14 (2018-02-15)
 - Updated `rayon` to 1.0.
 
diff --git a/Cargo.toml b/Cargo.toml
index 008273b..49770b3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "jpeg-decoder"
-version = "0.1.14"
+version = "0.1.15"
 authors = ["Ulf Nilsson <kaksmet@gmail.com>"]
 description = "JPEG decoder"
 documentation = "https://docs.rs/jpeg-decoder"