1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00

Bump version; Update changelog

This commit is contained in:
DarthSim 2019-04-08 18:51:03 +06:00
parent ac4f0e5dae
commit e9da8a241a
2 changed files with 5 additions and 1 deletions

View File

@ -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`;

View File

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