1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-12-01 23:11:31 +02:00

Bump version

This commit is contained in:
DarthSim
2021-02-08 17:27:19 +06:00
parent 2765b71e9c
commit 29fb55db55
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [2.16.0] - 2021-02-08
### Added
- AVIF support.
- Azure Blob Storage support.

View File

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