mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-01-03 10:43:58 +02:00
Bump version
This commit is contained in:
parent
9b65b7257d
commit
41b9ebe927
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user