Bump version

This commit is contained in:
DarthSim
2022-11-04 19:46:39 +06:00
parent bf497f36ef
commit eaadb472f5
3 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [3.10.0] - 2022-11-04
### Add
- Add `IMGPROXY_CLIENT_KEEP_ALIVE_TIMEOUT` config.
- (pro) Add [disable_animation](https://docs.imgproxy.net/latest/generating_the_url?id=disable-animation) processing option.

View File

@@ -1,4 +1,5 @@
window.IMGPROXY_VERSIONS = [
"3.10",
"3.9",
"3.8",
"3.7",

View File

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