Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthSim committed Apr 30, 2024
1 parent 13d311f commit e6ddcb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
@@ -1,3 +1,3 @@
package version

const Version = "3.24.0"
const Version = "3.24.1"

0 comments on commit e6ddcb8

Please sign in to comment.