diff --git a/CHANGELOG.md b/CHANGELOG.md index 93d49a2a..8928a82c 100644 --- a/CHANGELOG.md +++ b/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; diff --git a/main.go b/main.go index 1c1398b6..c6ef0afb 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( _ "net/http/pprof" ) -const version = "2.1.4" +const version = "2.1.5" type ctxKey string