浏览代码

Bump version

DarthSim 1 年之前
父节点
当前提交
d9bc546dc0
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 2 0
      CHANGELOG.md
  2. 1 1
      version/version.go

+ 2 - 0
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.

+ 1 - 1
version/version.go

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