1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-03 10:43:58 +02:00

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 # Changelog
## [Unreleased] ## [Unreleased]
## [3.16.0] - 2023-04-18
### Add ### Add
- Add support for `Sec-CH-DPR` and `Sec-CH-Width` client hints. - Add support for `Sec-CH-DPR` and `Sec-CH-Width` client hints.
- Add support for Base64-encoded `filename` processing option values. - Add support for Base64-encoded `filename` processing option values.

View File

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

View File

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