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-04-02 02:42:55 +06:00
parent 081a400872
commit cdc3cac064
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
# v2.2.9
Fixed processing of images with embedded profiles that was broken in v2.2.8.
# v2.2.8
- Resize images in linear colorspace;

View File

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