瀏覽代碼

Update changelog; Bump version

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

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 # Changelog
 
 
+# v2.1.5
+
+- [Sentry support](./docs/configuration.md#error-reporting) (thanks to [@koenpunt](https://github.com/koenpunt));
+- Fixed detection of some kind of WebP images;
+- [Syslog support](./docs/configuration.md#syslog).
+
 ## v2.1.4
 ## v2.1.4
 
 
 - SVG sources support;
 - SVG sources support;

+ 1 - 1
main.go

@@ -8,7 +8,7 @@ import (
 	_ "net/http/pprof"
 	_ "net/http/pprof"
 )
 )
 
 
-const version = "2.1.4"
+const version = "2.1.5"
 
 
 type ctxKey string
 type ctxKey string