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

Bump version

This commit is contained in:
DarthSim 2021-07-08 16:30:26 +06:00
parent 7770fcebc2
commit d263eb612c
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [2.16.6] - 2021-07-08
### Fix
- Fix performance regression in ICC profile handling.
- Fix crashes while processing CMYK images without ICC profile.

View File

@ -11,7 +11,7 @@ import (
"time"
)
const version = "2.16.5"
const version = "2.16.6"
type ctxKey string