@@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
+
+## [2.10.0] - 2020-02-13
### Added
- `IMGPROXY_NETWORK` config. Allows to bind on Unix socket.
- `IMGPROXY_CACHE_CONTROL_PASSTHROUGH` config.
@@ -9,7 +9,7 @@ import (
"time"
)
-const version = "2.9.0"
+const version = "2.10.0"
type ctxKey string