@@ -2,6 +2,8 @@
## master
+## v2.4.0
+
- Better handling if non-sRGB images;
- `SO_REUSEPORT` socker option support. Can be enabled with `IMGPROXY_SO_REUSEPORT`;
- `dpr` option always changes the resulting size even if it leads to enlarge and `enlarge` is falsey;
@@ -10,7 +10,7 @@ import (
"time"
)
-const version = "2.3.0"
+const version = "2.4.0"
type ctxKey string