Ver código fonte

Bump version

DarthSim 3 anos atrás
pai
commit
1220d73320
2 arquivos alterados com 3 adições e 1 exclusões
  1. 2 0
      CHANGELOG.md
  2. 1 1
      version/version.go

+ 2 - 0
CHANGELOG.md

@@ -1,6 +1,8 @@
 # Changelog
 
 ## [Unreleased]
+
+## [3.2.2] - 2022-02-08
 ### Fix
 - Fix the `IMGPROXY_AVIF_SPEED` config.
 

+ 1 - 1
version/version.go

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