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-09-03 15:10:26 +06:00
parent 27fb29706f
commit e67ca355e7
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [2.15.0] - 2020-09-03
### Added
- Ability to skip processing of some formats. See [Skip processing](https://docs.imgproxy.net/#/configuration?id=skip-processing).
- (pro) PDF support.

View File

@ -11,7 +11,7 @@ import (
"time"
)
const version = "2.14.1"
const version = "2.15.0"
type ctxKey string