1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-08 10:45:04 +02:00

Bump version; Update changelog

This commit is contained in:
DarthSim 2019-05-07 17:55:15 +06:00
parent 0687ee24a4
commit 710032e522
2 changed files with 10 additions and 3 deletions

View File

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

View File

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