@@ -3,6 +3,7 @@
## [Unreleased]
### Added
- `trim` processing option.
+- `IMGPROXY_STRIP_METADATA` config.
### Fixed
- Fixed focus point crop calculation.
@@ -9,7 +9,7 @@ import (
"time"
)
-const version = "2.8.2"
+const version = "2.9.0"
type ctxKey string