Merge pull request #108 from kaksmet/bump

Bump to 0.1.16
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f75647a..2d968f7 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.16 (2019-08-25)
+- Minimum supported rust version changed to 1.28
+- Allow zero length DHT segments
+
 ## 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.
diff --git a/Cargo.toml b/Cargo.toml
index 0997976..d8fed83 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "jpeg-decoder"
-version = "0.1.15"
+version = "0.1.16"
 authors = ["Ulf Nilsson <kaksmet@gmail.com>"]
 description = "JPEG decoder"
 documentation = "https://docs.rs/jpeg-decoder"