Skip to content

Commit 551fe77

Browse files
committed
Bump version
1 parent 57dee90 commit 551fe77

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [3.19.0] - 2023-08-21
46
### Add
7+
- Add `IMGPROXY_WORKERS` alias for the `IMGPROXY_CONCURRENCY` config.
58
- Add [multi-region mode](https://docs.imgproxy.net/latest/serving_files_from_s3?id=multi-region-mode) to S3 integration.
69
- Add the ability to [load environment variables](https://docs.imgproxy.net/latest/loading_environment_variables) from a file or a cloud secret.
7-
- Add `IMGPROXY_WORKERS` alias for the `IMGPROXY_CONCURRENCY` config.
810
- (pro) Add [pages](https://docs.imgproxy.net/latest/generating_the_url?id=pages) processing option.
911

1012
### Change

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package version
22

3-
const version = "3.18.2"
3+
const version = "3.19.0"
44

55
func Version() string {
66
return version

0 commit comments

Comments
 (0)