1
0
DarthSim 1 жил өмнө
parent
commit
551fe77ed3
2 өөрчлөгдсөн 4 нэмэгдсэн , 2 устгасан
  1. 3 1
      CHANGELOG.md
  2. 1 1
      version/version.go

+ 3 - 1
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

+ 1 - 1
version/version.go

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