@@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
+
+## [3.18.0] - 2023-05-31
### Add
- Add `IMGPROXY_URL_REPLACEMENTS` config.
- (pro) Add `IMGPROXY_STRIP_METADATA_DPI` config.
@@ -1,6 +1,6 @@
package version
-const version = "3.17.0"
+const version = "3.18.0"
func Version() string {
return version