1
0
DarthSim 3 жил өмнө
parent
commit
d263eb612c
2 өөрчлөгдсөн 3 нэмэгдсэн , 1 устгасан
  1. 2 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 2 - 0
CHANGELOG.md

@@ -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
main.go

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