mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-10-10 20:22:31 +02:00
Bump version
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [3.10.0] - 2022-11-04
|
||||||
### Add
|
### Add
|
||||||
- Add `IMGPROXY_CLIENT_KEEP_ALIVE_TIMEOUT` config.
|
- Add `IMGPROXY_CLIENT_KEEP_ALIVE_TIMEOUT` config.
|
||||||
- (pro) Add [disable_animation](https://docs.imgproxy.net/latest/generating_the_url?id=disable-animation) processing option.
|
- (pro) Add [disable_animation](https://docs.imgproxy.net/latest/generating_the_url?id=disable-animation) processing option.
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
window.IMGPROXY_VERSIONS = [
|
window.IMGPROXY_VERSIONS = [
|
||||||
|
"3.10",
|
||||||
"3.9",
|
"3.9",
|
||||||
"3.8",
|
"3.8",
|
||||||
"3.7",
|
"3.7",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
package version
|
package version
|
||||||
|
|
||||||
const version = "3.9.0"
|
const version = "3.10.0"
|
||||||
|
|
||||||
func Version() string {
|
func Version() string {
|
||||||
return version
|
return version
|
||||||
|
Reference in New Issue
Block a user