1
0
Эх сурвалжийг харах

Bump version; Update changelog

DarthSim 6 жил өмнө
parent
commit
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