1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-08 10:45:04 +02:00

Bump version

This commit is contained in:
DarthSim 2021-04-05 19:51:09 +06:00
parent 52ad34f8ea
commit 78111b2273
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [2.16.3] - 2021-04-05
### Fix
- Fix PNG quantization palette size.
- Fix parsing HEIF meta.

View File

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