1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-18 11:12:10 +02:00

Bump version; Update changelog

This commit is contained in:
DarthSim 2019-03-22 23:05:46 +06:00
parent d572c7a273
commit c3a1bdf259
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog
# v2.2.7
- Fixed color management;
- Memory usage optimizations.
## v2.2.6
- Fixed signature check when source URL is escaped.

View File

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