1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00

Bump version

This commit is contained in:
DarthSim 2024-02-22 21:26:20 +03:00
parent 09bb519b96
commit 9474c37ef8
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

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