@@ -1,9 +1,12 @@
# Changelog
-## [Unreleased]
+## [3.30.1] - 2025-10-10
### Changed
- Format New Relic and OpenTelemetry metadata values that implement the `fmt.Stringer` interface as strings.
+### Fixed
+- (pro) Fix memory leak during video thumbnail generation.
+
## [3.30.0] - 2025-09-17
### Added
- Add [IMGPROXY_GRACEFUL_STOP_TIMEOUT](https://docs.imgproxy.net/latest/configuration/options#IMGPROXY_GRACEFUL_STOP_TIMEOUT) config.
@@ -1,3 +1,3 @@
package version
-const Version = "3.30.0"
+const Version = "3.30.1"