DarthSim il y a 2 semaines
Parent
commit
3433be9fe5
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      CHANGELOG.md
  2. 1 1
      version/version.go

+ 1 - 1
CHANGELOG.md

@@ -1,6 +1,6 @@
 # Changelog
 
-## [Unreleased]
+## [3.30.0] - 2025-09-17
 ### Added
 - Add [IMGPROXY_GRACEFUL_STOP_TIMEOUT](https://docs.imgproxy.net/latest/configuration/options#IMGPROXY_GRACEFUL_STOP_TIMEOUT) config.
 - (pro) Add [color_profile](https://docs.imgproxy.net/latest/usage/processing#color-profile) processing option and [IMGPROXY_COLOR_PROFILES_DIR](https://docs.imgproxy.net/latest/configuration/options#IMGPROXY_COLOR_PROFILES_DIR) config.

+ 1 - 1
version/version.go

@@ -1,3 +1,3 @@
 package version
 
-const Version = "3.29.1"
+const Version = "3.30.0"