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-06-29 20:20:43 +03:00
parent d094b57a6f
commit 1dacb3beb1
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [3.18.1] - 2023-07-29
### Change
- Change maximum and default values of `IMGPROXY_AVIF_SPEED` to `9`.
- (pro) Fix detection of some videos.

View File

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