Bläddra i källkod

Bump version; Update changelog

DarthSim 6 år sedan
förälder
incheckning
e9da8a241a
2 ändrade filer med 5 tillägg och 1 borttagningar
  1. 4 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # Changelog
 
+# v2.2.11
+
+- Optimized ICC import when linear colorspace usage is disabled.
+
 # v2.2.10
 
 - Resizing images in linear colorspace is disabled by default. Can be enabled with `IMGPROXY_USE_LINEAR_COLORSPACE`;

+ 1 - 1
main.go

@@ -11,7 +11,7 @@ import (
 	_ "net/http/pprof"
 )
 
-const version = "2.2.10"
+const version = "2.2.11"
 
 type ctxKey string