@@ -1,5 +1,9 @@
# Changelog
+## v2.2.4
+
+- Minor improvements.
## v2.2.3
- Fixed critical bug with cached C strings;
@@ -11,7 +11,7 @@ import (
_ "net/http/pprof"
)
-const version = "2.2.3"
+const version = "2.2.4"
type ctxKey string