1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00

Bump version

This commit is contained in:
DarthSim 2023-10-09 17:44:22 +03:00
parent 56922a1508
commit cd22beed56
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [3.20.0] - 2023-10-09
### Add
- (pro) Add [info options](https://docs.imgproxy.net/latest/getting_the_image_info?id=info-options) support to the `/info` endpoint.
- (pro) Add video streams info to the `/info` endpoint response.

View File

@ -1,6 +1,6 @@
package version
const version = "3.19.0"
const version = "3.20.0"
func Version() string {
return version