Browse Source

Bump version; Update changelog

DarthSim 6 năm trước cách đây
mục cha
commit
ae2dfadd4a
2 tập tin đã thay đổi với 7 bổ sung1 xóa
  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