@@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
+
+## [2.16.3] - 2021-04-05
### Fix
- Fix PNG quantization palette size.
- Fix parsing HEIF meta.
@@ -11,7 +11,7 @@ import (
"time"
)
-const version = "2.16.1"
+const version = "2.16.3"
type ctxKey string