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 2020-07-17 19:17:41 +06:00
parent 4ac58a0624
commit ce31fb8cdc
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog # Changelog
## [Unreleased] ## [Unreleased]
## [2.14.0] - 2020-07-17
### Added ### Added
- `IMGPROXY_PROMETHEUS_NAMESPACE` config. - `IMGPROXY_PROMETHEUS_NAMESPACE` config.
- [strip_metadata](https://docs.imgproxy.net/#/generating_the_url_advanced?id=strip-metadata) processing option. - [strip_metadata](https://docs.imgproxy.net/#/generating_the_url_advanced?id=strip-metadata) processing option.

View File

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