Release notes for 0.1.19
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f8c2daf..71412ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@
 
 ## Unreleased
 
+## v0.1.19 (2020-04-27)
+- Fix decoding returning too much image data
+- Fix recognizing padding in marker segments
+- Several decode performance improvements
+- Remove use of deprecated `Error::description`
+
 ## v0.1.18 (2019-12-10)
 - Fix two bugs causing panics introduced in 0.1.17.
 
diff --git a/Cargo.toml b/Cargo.toml
index e152839..7687eb9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "jpeg-decoder"
-version = "0.1.18"
+version = "0.1.19"
 authors = ["Ulf Nilsson <kaksmet@gmail.com>"]
 description = "JPEG decoder"
 documentation = "https://docs.rs/jpeg-decoder"