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

Bump version

This commit is contained in:
DarthSim 2018-11-02 18:21:08 +06:00
parent 597a8d52c2
commit bfc9b86079
2 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,17 @@
# Changelog
## v2.0.3
Fixed URL validation when IMGPROXY_BASE_URL is used
## v2.0.2
Fixed smart crop + blur/sharpen SIGSEGV on Alpine
## v2.0.1
Minor fixes
## v2.0.0
All-You-Ever-Wanted release! :tada:

View File

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