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

Bump version

This commit is contained in:
DarthSim 2022-05-20 23:13:46 +06:00
parent 2cfdb47c34
commit e06dce6a49
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [3.5.1] - 2022-05-20
### Change
- Fallback from AVIF to JPEG/PNG if one of the result dimensions is smaller than 16px.

View File

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