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-04 20:06:31 +06:00
parent 8870d8dbd1
commit a344a47f0f
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## v2.2.3
- Fixed critical bug with cached C strings;
- Simple filesystem transport withh less memory usage.
## v2.2.2
- Memory usage optimizations.

View File

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