Browse Source

Bump version

DarthSim 1 year ago
parent
commit
e6ddcb8dea
2 changed files with 5 additions and 1 deletions
  1. 4 0
      CHANGELOG.md
  2. 1 1
      version/version.go

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # Changelog
 
+## [3.24.1] - 2024-04-30
+## Fix
+- Fix the default `IMGPROXY_WORKERS` value when cgroup limits are applied.
+
 ## [3.24.0] - 2024-04-29
 ### Add
 - Add [IMGPROXY_ALWAYS_RASTERIZE_SVG](https://docs.imgproxy.net/latest/configuration/options#IMGPROXY_ALWAYS_RASTERIZE_SVG) config.

+ 1 - 1
version/version.go

@@ -1,3 +1,3 @@
 package version
 
-const Version = "3.24.0"
+const Version = "3.24.1"