浏览代码

Bump version; Update changelog

DarthSim 5 年之前
父节点
当前提交
ad1465caae
共有 2 个文件被更改,包括 9 次插入1 次删除
  1. 8 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 8 - 0
CHANGELOG.md

@@ -1,10 +1,18 @@
 # Changelog
 
 ## [Unreleased]
+
+## [2.13.0] - 2020-04-22
 ### Added
 - Fallback images.
 - [padding](https://docs.imgproxy.net/#/generating_the_url_advanced?id=padding) processing option.
 
+### Changed
+- Optimized memory usage. Especially when dealing with animated images.
+
+### Fixed
+- Fix crashes during animated images processing.
+
 ## [2.12.0] - 2020-04-07
 ### Addded
 - `IMGPROXY_PATH_PREFIX` config.

+ 1 - 1
main.go

@@ -11,7 +11,7 @@ import (
 	"time"
 )
 
-const version = "2.12.0"
+const version = "2.13.0"
 
 type ctxKey string