소스 검색

Bump version

DarthSim 6 년 전
부모
커밋
77bb8a1554
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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