Explorar o código

Bump version; Update changelog

DarthSim %!s(int64=6) %!d(string=hai) anos
pai
achega
710032e522
Modificáronse 2 ficheiros con 10 adicións e 3 borrados
  1. 9 2
      CHANGELOG.md
  2. 1 1
      main.go

+ 9 - 2
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
 

+ 1 - 1
main.go

@@ -12,7 +12,7 @@ import (
 	_ "net/http/pprof"
 )
 
-const version = "2.2.12"
+const version = "2.2.13"
 
 type ctxKey string