1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-07 11:36:25 +02:00

Bump version

This commit is contained in:
DarthSim 2021-03-02 16:44:06 +06:00
parent 6832e14427
commit 37eed0f679
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [2.16.1] - 2021-03-02
### Fix
- Fix delays and loop numbers of animated images.
- Fix scale-on-load of huge SVGs.

View File

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