@@ -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