DarthSim %!s(int64=3) %!d(string=hai) anos
pai
achega
e06dce6a49
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.5.1] - 2022-05-20
 ### Change
 - Fallback from AVIF to JPEG/PNG if one of the result dimensions is smaller than 16px.
 

+ 1 - 1
version/version.go

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