From cdc3cac064ad032c5a4eff46f5947d984269c137 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Tue, 2 Apr 2019 02:42:55 +0600 Subject: [PATCH] Bump version; Update changelog --- CHANGELOG.md | 4 ++++ main.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 173ab35b..0212859d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# v2.2.9 + +Fixed processing of images with embedded profiles that was broken in v2.2.8. + # v2.2.8 - Resize images in linear colorspace; diff --git a/main.go b/main.go index d22fca41..500a7993 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( _ "net/http/pprof" ) -const version = "2.2.8" +const version = "2.2.9" type ctxKey string