Bump version

This commit is contained in:
DarthSim
2020-01-30 22:06:33 +06:00
parent 94626f0861
commit a8fe8a2615
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
## [Unreleased]
### Added
- `trim` processing option.
- `IMGPROXY_STRIP_METADATA` config.
### Fixed
- Fixed focus point crop calculation.

View File

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