@@ -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.
@@ -11,7 +11,7 @@ import (
"time"
)
-const version = "2.14.1"
+const version = "2.15.0"
type ctxKey string