소스 검색

Bump version; Update changelog

DarthSim 6 년 전
부모
커밋
164519767f
2개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 7 - 0
CHANGELOG.md

@@ -1,5 +1,12 @@
 # Changelog
 
+## v2.1.4
+
+- SVG sources support;
+- Fixed support for not animated GIFs;
+- Proper filename in the `Content-Disposition` header;
+- Memory usage optimizations.
+
 ## v2.1.3
 
 - [Minio support](./docs/serving_files_from_s3.md#minio)

+ 1 - 1
main.go

@@ -8,7 +8,7 @@ import (
 	_ "net/http/pprof"
 )
 
-const version = "2.1.3"
+const version = "2.1.4"
 
 type ctxKey string