@@ -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.
@@ -11,7 +11,7 @@ import (
_ "net/http/pprof"
)
-const version = "2.2.6"
+const version = "2.2.7"
type ctxKey string