@@ -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,6 +1,6 @@
package version
-const version = "3.5.0"
+const version = "3.5.1"
func Version() string {
return version