diff --git a/CHANGELOG.md b/CHANGELOG.md index 422c3f18..1cf7c4ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version/version.go b/version/version.go index cae0601f..f7ba524d 100644 --- a/version/version.go +++ b/version/version.go @@ -1,6 +1,6 @@ package version -const version = "3.18.2" +const version = "3.19.0" func Version() string { return version