浏览代码

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