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