mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-09-28 20:43:54 +02:00
Bump version
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [3.16.1] - 2023-04-26
|
||||||
### Fix
|
### Fix
|
||||||
- Fix crashes in cases where the `max_bytes` processing option was used and image saving failed.
|
- Fix crashes in cases where the `max_bytes` processing option was used and image saving failed.
|
||||||
- Fix error when using the `extend` or `extend_aspect_ratio` processing option while setting zero width or height.
|
- Fix error when using the `extend` or `extend_aspect_ratio` processing option while setting zero width or height.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
package version
|
package version
|
||||||
|
|
||||||
const version = "3.16.0"
|
const version = "3.16.1"
|
||||||
|
|
||||||
func Version() string {
|
func Version() string {
|
||||||
return version
|
return version
|
||||||
|
Reference in New Issue
Block a user