1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-23 11:14:48 +02:00

Bump version

This commit is contained in:
DarthSim 2020-01-13 20:23:31 +06:00
parent 8e02016103
commit 4030f17307
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
## [Unreleased]
## [2.8.2] - 2020-01-13
### Changed
- Optimized memory usage.
### Fixed
- Fixed `IMGPROXY_ALLOWED_SOURCES` config.
## [2.8.1] - 2019-12-27
### Fixed
- Fix watermark top offset calculation.

View File

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