From c0f9a2410f25dcd5da2e1ca4faf21c070d8d7536 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Wed, 26 Apr 2023 18:30:01 +0300 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 ++ version/version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78825dd0..0b188c17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] + +## [3.16.1] - 2023-04-26 ### Fix - 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. diff --git a/version/version.go b/version/version.go index ce87e8d2..e982ec43 100644 --- a/version/version.go +++ b/version/version.go @@ -1,6 +1,6 @@ package version -const version = "3.16.0" +const version = "3.16.1" func Version() string { return version