Bump version

This commit is contained in:
DarthSim
2022-01-18 16:20:45 +06:00
parent ad2511cd13
commit fc35aaa2fd
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
# Changelog # Changelog
## [Unreleased] ## [Unreleased]
## [3.2.0] - 2022-01-18
### Added ### Added
- (pro) Add `video_meta` to the `/info` response. - (pro) Add `video_meta` to the `/info` response.
- Add [zoom](https://docs.imgproxy.net/generating_the_url?id=zoom) processing option. - Add [zoom](https://docs.imgproxy.net/generating_the_url?id=zoom) processing option.

View File

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