@@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
+
+## [3.16.0] - 2023-04-18
### Add
- Add support for `Sec-CH-DPR` and `Sec-CH-Width` client hints.
- Add support for Base64-encoded `filename` processing option values.
@@ -1,4 +1,5 @@
window.IMGPROXY_VERSIONS = [
+ "3.16",
"3.15",
"3.14",
"3.13",
@@ -1,6 +1,6 @@
package version
-const version = "3.15.0"
+const version = "3.16.0"
func Version() string {
return version