Browse Source

Bump version

DarthSim 2 years ago
parent
commit
01fc25623c
3 changed files with 4 additions and 1 deletions
  1. 2 0
      CHANGELOG.md
  2. 1 0
      docs/assets/versions.js
  3. 1 1
      version/version.go

+ 2 - 0
CHANGELOG.md

@@ -1,6 +1,8 @@
 # Changelog
 # Changelog
 
 
 ## [Unreleased]
 ## [Unreleased]
+
+## [3.14.0] - 2023-03-07
 ## Add
 ## Add
 - Add [extend_aspect_ratio](https://docs.imgproxy.net/latest/generating_the_url?id=extend-aspect-ratio) processing option.
 - 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.
 - 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 - 0
docs/assets/versions.js

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

+ 1 - 1
version/version.go

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