1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-18 11:12:10 +02:00

Bump version

This commit is contained in:
DarthSim 2023-03-07 15:35:33 +03:00
parent 98ac827d87
commit 01fc25623c
3 changed files with 4 additions and 1 deletions

View File

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

View File

@ -1,4 +1,5 @@
window.IMGPROXY_VERSIONS = [
"3.14",
"3.13",
"3.12",
"3.11",

View File

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