1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-04-07 06:50:09 +02:00

Bump version

This commit is contained in:
DarthSim 2019-10-28 16:07:12 +06:00
parent 31de1d4591
commit 9ffd10cd4c
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
## [Unreleased]
## [2.6.1] - 2019-10-28
### Fixed
- Fix loadding of some GIFs by using edge version of giflib.
## [2.6.0] - 2019-10-23
### Added
- TIFF and BMP support.

View File

@ -10,7 +10,7 @@ import (
"time"
)
const version = "2.6.0"
const version = "2.6.1"
type ctxKey string