瀏覽代碼

Bump version; Update changelog

DarthSim 6 年之前
父節點
當前提交
c3a1bdf259
共有 2 個文件被更改,包括 6 次插入1 次删除
  1. 5 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 5 - 0
CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 
+# v2.2.7
+
+- Fixed color management;
+- Memory usage optimizations.
+
 ## v2.2.6
 
 - Fixed signature check when source URL is escaped.

+ 1 - 1
main.go

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