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 2019-12-27 12:22:07 +06:00
parent f83b73ab38
commit e51a70c270
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
## [Unreleased]
## [2.8.1] - 2019-12-27
### Fixed
- Fix watermark top offset calculation.
## [2.8.0] - 2019-12-25
### Added
- `IMGPROXY_LOG_LEVEL` config.

View File

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