Browse Source

Bump version

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