@@ -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;
@@ -8,7 +8,7 @@ import (
_ "net/http/pprof"
)
-const version = "2.1.4"
+const version = "2.1.5"
type ctxKey string