1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00

Bump version

This commit is contained in:
DarthSim 2019-12-25 17:39:23 +06:00
parent 4c128ce888
commit 77bb8a1554
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [2.8.0] - 2019-12-25
### Added
- `IMGPROXY_LOG_LEVEL` config.
- `max_bytes` processing option.

View File

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