Browse Source

Update changelog; Bump version

DarthSim 6 years ago
parent
commit
1ed81cf2e6
2 changed files with 7 additions and 1 deletions
  1. 6 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # 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
 
 - SVG sources support;

+ 1 - 1
main.go

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