浏览代码

Bump version; update changelog

DarthSim 6 年之前
父节点
当前提交
4de8bd0ffd
共有 2 个文件被更改,包括 5 次插入1 次删除
  1. 4 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 4 - 0
CHANGELOG.md

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

+ 1 - 1
main.go

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