mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +02:00
Bump version
This commit is contained in:
parent
bf497f36ef
commit
eaadb472f5
@ -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.
|
||||
|
@ -1,4 +1,5 @@
|
||||
window.IMGPROXY_VERSIONS = [
|
||||
"3.10",
|
||||
"3.9",
|
||||
"3.8",
|
||||
"3.7",
|
||||
|
@ -1,6 +1,6 @@
|
||||
package version
|
||||
|
||||
const version = "3.9.0"
|
||||
const version = "3.10.0"
|
||||
|
||||
func Version() string {
|
||||
return version
|
||||
|
Loading…
Reference in New Issue
Block a user