Bump version

This commit is contained in:
DarthSim
2023-04-18 19:42:47 +03:00
parent 9b65b7257d
commit 41b9ebe927
3 changed files with 4 additions and 1 deletions

View File

@@ -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.

View File

@@ -1,4 +1,5 @@
window.IMGPROXY_VERSIONS = [
"3.16",
"3.15",
"3.14",
"3.13",

View File

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