Browse Source

Bump version

DarthSim 5 years ago
parent
commit
a8fe8a2615
2 changed files with 2 additions and 1 deletions
  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