DarthSim vor 5 Jahren
Ursprung
Commit
77bb8a1554
2 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 2 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 2 - 0
CHANGELOG.md

@@ -1,6 +1,8 @@
 # Changelog
 
 ## [Unreleased]
+
+## [2.8.0] - 2019-12-25
 ### Added
 - `IMGPROXY_LOG_LEVEL` config.
 - `max_bytes` processing option.

+ 1 - 1
main.go

@@ -10,7 +10,7 @@ import (
 	"time"
 )
 
-const version = "2.7.0"
+const version = "2.8.0"
 
 type ctxKey string