1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-10-30 23:08:02 +02:00

Bump version

This commit is contained in:
DarthSim
2025-10-10 20:37:47 +03:00
parent 207532fe97
commit 62224b4414
2 changed files with 5 additions and 2 deletions

View File

@@ -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.

View File

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