1
0
DarthSim 1 жил өмнө
parent
commit
9474c37ef8
2 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 1 1
      CHANGELOG.md
  2. 1 1
      version/version.go

+ 1 - 1
CHANGELOG.md

@@ -1,6 +1,6 @@
 # Changelog
 
-## [Unreleased]
+## [3.22.0] - 2024-02-22
 ### Add
 - Add the [IMGPROXY_TRUSTED_SIGNATURES](https://docs.imgproxy.net/latest/configuration/options#IMGPROXY_TRUSTED_SIGNATURES) config.
 - (pro) Add the [hashsum](https://docs.imgproxy.net/latest/usage/processing#hashsum) processing and info options.

+ 1 - 1
version/version.go

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