1
0
DarthSim 5 жил өмнө
parent
commit
a8fe8a2615
2 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 1 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 1 - 0
CHANGELOG.md

@@ -3,6 +3,7 @@
 ## [Unreleased]
 ### Added
 - `trim` processing option.
+- `IMGPROXY_STRIP_METADATA` config.
 
 ### Fixed
 - Fixed focus point crop calculation.

+ 1 - 1
main.go

@@ -9,7 +9,7 @@ import (
 	"time"
 )
 
-const version = "2.8.2"
+const version = "2.9.0"
 
 type ctxKey string