diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d67ebef..2e124943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] + +## [2.15.0] - 2020-09-03 ### Added - Ability to skip processing of some formats. See [Skip processing](https://docs.imgproxy.net/#/configuration?id=skip-processing). - (pro) PDF support. diff --git a/main.go b/main.go index 362dd56d..49ef684f 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( "time" ) -const version = "2.14.1" +const version = "2.15.0" type ctxKey string