diff --git a/CHANGELOG.md b/CHANGELOG.md index d10f5845..7e1b1dea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] + +## [3.18.2] - 2023-07-13 ### Fix - Fix saving to JPEG when using linear colorspace. - Fix the `Cache-Control` and `Expires` headers passthrough when SVG is sanitized or fixed. diff --git a/version/version.go b/version/version.go index aa6a312a..cae0601f 100644 --- a/version/version.go +++ b/version/version.go @@ -1,6 +1,6 @@ package version -const version = "3.18.1" +const version = "3.18.2" func Version() string { return version