diff --git a/CHANGELOG.md b/CHANGELOG.md index 128a77a0..b1df79d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ # Changelog -# v2.2.12 +## v2.2.13 -- Don't fail processing when embedded ICC profile is not compatible with the image +- Better shrink-on-load; +- Don't import common sRGB IEC61966-2.1 ICC profile unless linear colorspace is used; +- Send `X-Reqiest-ID` header; +- Don't fail on recursive preset usage, just ignore already used preset and log warning. + +## v2.2.12 + +- Don't fail processing when embedded ICC profile is not compatible with the image. ## v2.2.11 diff --git a/main.go b/main.go index f54c7b61..0abeaa82 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ import ( _ "net/http/pprof" ) -const version = "2.2.12" +const version = "2.2.13" type ctxKey string