Browse Source

Bump version; update changelog

DarthSim 6 years ago
parent
commit
4de8bd0ffd
2 changed files with 5 additions and 1 deletions
  1. 4 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # Changelog
 # Changelog
 
 
+## v2.2.2
+
+- Memory usage optimizations.
+
 ## v2.2.1
 ## v2.2.1
 
 
 - Source file size limit;
 - Source file size limit;

+ 1 - 1
main.go

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