1
0
DarthSim 3 жил өмнө
parent
commit
e9e5b9e60d

+ 2 - 0
CHANGELOG.md

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

+ 1 - 1
version/version.go

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