@@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
+
+## [2.8.0] - 2019-12-25
### Added
- `IMGPROXY_LOG_LEVEL` config.
- `max_bytes` processing option.
@@ -10,7 +10,7 @@ import (
"time"
)
-const version = "2.7.0"
+const version = "2.8.0"
type ctxKey string