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 2020-04-07 18:38:16 +06:00
parent b82e4aea21
commit cf6f481d83
2 changed files with 6 additions and 4 deletions

View File

@ -1,18 +1,20 @@
# Changelog
## [Unreleased]
## Addded
## [2.12.0] - 2020-04-07
### Addded
- `IMGPROXY_PATH_PREFIX` config.
- (pro) Video thumbnails.
- (pro) [Getting the image info](https://docs.imgproxy.net/#/getting_the_image_info).
## Changed
### Changed
- Improved `trim` processing option.
- Quantizr updated to 0.2.0 in Docker image.
## [2.11.0] - 2020-03-12
## Changed
### Changed
- Replaced imagequant with [Quantizr](https://github.com/DarthSim/quantizr) in docker image.
- Removed HEIC saving support.
- Removed JBIG compressin support in TIFF.

View File

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