DarthSim %!s(int64=2) %!d(string=hai) anos
pai
achega
c0f9a2410f
Modificáronse 2 ficheiros con 3 adicións e 1 borrados
  1. 2 0
      CHANGELOG.md
  2. 1 1
      version/version.go

+ 2 - 0
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.

+ 1 - 1
version/version.go

@@ -1,6 +1,6 @@
 package version
 
-const version = "3.16.0"
+const version = "3.16.1"
 
 func Version() string {
 	return version