瀏覽代碼

Bump version

DarthSim 5 年之前
父節點
當前提交
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