1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2026-05-16 09:18:09 +02:00

Bump version

This commit is contained in:
DarthSim
2023-08-21 22:29:27 +03:00
parent 57dee90313
commit 551fe77ed3
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -1,10 +1,12 @@
# Changelog
## [Unreleased]
## [3.19.0] - 2023-08-21
### Add
- Add `IMGPROXY_WORKERS` alias for the `IMGPROXY_CONCURRENCY` config.
- Add [multi-region mode](https://docs.imgproxy.net/latest/serving_files_from_s3?id=multi-region-mode) to S3 integration.
- Add the ability to [load environment variables](https://docs.imgproxy.net/latest/loading_environment_variables) from a file or a cloud secret.
- Add `IMGPROXY_WORKERS` alias for the `IMGPROXY_CONCURRENCY` config.
- (pro) Add [pages](https://docs.imgproxy.net/latest/generating_the_url?id=pages) processing option.
### Change
+1 -1
View File
@@ -1,6 +1,6 @@
package version
const version = "3.18.2"
const version = "3.19.0"
func Version() string {
return version