Bump version

This commit is contained in:
DarthSim
2023-07-13 15:16:14 +03:00
parent d9ad1aee14
commit d9bc546dc0
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
# Changelog # Changelog
## [Unreleased] ## [Unreleased]
## [3.18.2] - 2023-07-13
### Fix ### Fix
- Fix saving to JPEG when using linear colorspace. - Fix saving to JPEG when using linear colorspace.
- Fix the `Cache-Control` and `Expires` headers passthrough when SVG is sanitized or fixed. - Fix the `Cache-Control` and `Expires` headers passthrough when SVG is sanitized or fixed.

View File

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