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
+2
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.
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"time"
)
const version = "2.16.5"
const version = "2.16.6"
type ctxKey string