1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00

Bump version; Update changelog

This commit is contained in:
DarthSim 2019-02-21 22:26:10 +06:00
parent 2a9e198821
commit ae2dfadd4a
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## v2.2.5
- [extend](./docs/generating_the_url_advanced.md#extend) processing option;
- Fixed SVG detection;
- Add `vips_memory_bytes`, `vips_max_memory_bytes` and `vips_allocs` metrics to Prometheus.
## v2.2.4
- Minor improvements.

View File

@ -11,7 +11,7 @@ import (
_ "net/http/pprof"
)
const version = "2.2.4"
const version = "2.2.5"
type ctxKey string