1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-10-30 23:08:02 +02:00

Bump version

This commit is contained in:
DarthSim
2022-02-21 18:17:36 +06:00
parent 42f5a7ac95
commit e9e5b9e60d
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [3.3.0] - 2022-02-21
### Added
- Add the `IMGPROXY_MAX_REDIRECTS` config.
- (pro) Add the `IMGPROXY_SERVER_NAME` config.

View File

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