1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-07 11:36:25 +02:00

Update changelog; Bump version

This commit is contained in:
DarthSim 2019-01-14 16:52:01 +06:00
parent a35ca83a01
commit 1ed81cf2e6
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
# v2.1.5
- [Sentry support](./docs/configuration.md#error-reporting) (thanks to [@koenpunt](https://github.com/koenpunt));
- Fixed detection of some kind of WebP images;
- [Syslog support](./docs/configuration.md#syslog).
## v2.1.4
- SVG sources support;

View File

@ -8,7 +8,7 @@ import (
_ "net/http/pprof"
)
const version = "2.1.4"
const version = "2.1.5"
type ctxKey string