@@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
+
+## [3.14.0] - 2023-03-07
## Add
- Add [extend_aspect_ratio](https://docs.imgproxy.net/latest/generating_the_url?id=extend-aspect-ratio) processing option.
- Add the `IMGPROXY_ALLOW_SECURITY_OPTIONS` config + `max_src_resolution`, `max_src_file_size`, `max_animation_frames`, and `max_animation_frame_resolution` processing options.
@@ -1,4 +1,5 @@
window.IMGPROXY_VERSIONS = [
+ "3.14",
"3.13",
"3.12",
"3.11",
@@ -1,6 +1,6 @@
package version
-const version = "3.13.2"
+const version = "3.14.0"
func Version() string {
return version