1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-04-07 06:50:09 +02:00

Bump version; Update changelog

This commit is contained in:
DarthSim 2019-01-21 17:40:38 +06:00
parent 0027db5f8a
commit 69549b878a
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## v2.2.1
- Source file size limit;
- More memory usage optimizations.
## v2.2.0
- Optimized memory usage. [Memory usage tweaks](./docs/memory_usage_tweaks.md);

View File

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