Bump version

This commit is contained in:
DarthSim
2020-03-12 22:21:17 +06:00
parent 6c60fb804f
commit 7d3826526d
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
# Changelog # Changelog
## [Unreleased] ## [Unreleased]
## [2.11.0] - 2020-03-12
## Changed ## Changed
- Replaced imagequant with [Quantizr](https://github.com/DarthSim/quantizr) in docker image. - Replaced imagequant with [Quantizr](https://github.com/DarthSim/quantizr) in docker image.
- Removed HEIC saving support. - Removed HEIC saving support.

View File

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