Skip to content

Commit

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

const version = "3.18.1"
const version = "3.18.2"

func Version() string {
return version
Expand Down

0 comments on commit d9bc546

Please sign in to comment.