Parcourir la source

Merge branch 'version/3.27'

DarthSim il y a 3 mois
Parent
commit
ac2cb25cfc
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 1 0
      CHANGELOG.md
  2. 1 1
      version/version.go

+ 1 - 0
CHANGELOG.md

@@ -4,6 +4,7 @@
 ### Added
 - Add [IMGPROXY_BASE64_URL_INCLUDES_FILENAME](https://docs.imgproxy.net/latest/configuration/options#IMGPROXY_BASE64_URL_INCLUDES_FILENAME) config.
 
+## [3.27.2] - 2025-01-27
 ### Fixed
 - Fix preventing requests to `0.0.0.0` when imgproxy is configured to deny loopback addresses.
 - (pro) Fix timeouts in AWS Lambda when running in development mode.

+ 1 - 1
version/version.go

@@ -1,3 +1,3 @@
 package version
 
-const Version = "3.27.1"
+const Version = "3.27.2"