mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-01-18 11:12:10 +02:00
Bump version
This commit is contained in:
parent
98ac827d87
commit
01fc25623c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user