浏览代码

Bump version; Update changelog

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

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## v2.2.5
+
+- [extend](./docs/generating_the_url_advanced.md#extend) processing option;
+- Fixed SVG detection;
+- Add `vips_memory_bytes`, `vips_max_memory_bytes` and `vips_allocs` metrics to Prometheus.
+
 ## v2.2.4
 
 - Minor improvements.

+ 1 - 1
main.go

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