Bump version

This commit is contained in:
DarthSim
2023-04-26 18:30:01 +03:00
parent 723666ea1a
commit c0f9a2410f
2 changed files with 3 additions and 1 deletions

View File

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

View File

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