Bump version

This commit is contained in:
DarthSim
2022-04-07 23:59:21 +06:00
parent 3a79a48d6f
commit b243a08254
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
# Changelog # Changelog
## [Unreleased] ## [Unreleased]
## [3.4.0] - 2022-04-07
### Add ### Add
- Add `IMGPROXY_FALLBACK_IMAGE_TTL` config. - Add `IMGPROXY_FALLBACK_IMAGE_TTL` config.
- (pro) Add [watermark_size](https://docs.imgproxy.net/generating_the_url?id=watermark-size) processing option. - (pro) Add [watermark_size](https://docs.imgproxy.net/generating_the_url?id=watermark-size) processing option.

View File

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