Ver código fonte

Bump version

DarthSim 5 anos atrás
pai
commit
cf6f481d83
2 arquivos alterados com 6 adições e 4 exclusões
  1. 5 3
      CHANGELOG.md
  2. 1 1
      main.go

+ 5 - 3
CHANGELOG.md

@@ -1,18 +1,20 @@
 # Changelog
 
 ## [Unreleased]
-## Addded
+
+## [2.12.0] - 2020-04-07
+### Addded
 - `IMGPROXY_PATH_PREFIX` config.
 - (pro) Video thumbnails.
 - (pro) [Getting the image info](https://docs.imgproxy.net/#/getting_the_image_info).
 
-## Changed
+### Changed
 - Improved `trim` processing option.
 - Quantizr updated to 0.2.0 in Docker image.
 
 
 ## [2.11.0] - 2020-03-12
-## Changed
+### Changed
 - Replaced imagequant with [Quantizr](https://github.com/DarthSim/quantizr) in docker image.
 - Removed HEIC saving support.
 - Removed JBIG compressin support in TIFF.

+ 1 - 1
main.go

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