mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-04-07 06:50:09 +02:00
Bump version
This commit is contained in:
parent
9ce57e1471
commit
fd9c7401ce
@ -1,6 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [3.12.0] - 2022-12-11
|
||||
### Add
|
||||
- Add `IMGPROXY_MAX_ANIMATION_FRAME_RESOLUTION` config.
|
||||
- Add [Amazon CloudWatch](https://docs.imgproxy.net/latest/cloud_watch) support.
|
||||
|
@ -1,4 +1,5 @@
|
||||
window.IMGPROXY_VERSIONS = [
|
||||
"3.12",
|
||||
"3.11",
|
||||
"3.10",
|
||||
"3.9",
|
||||
|
@ -1,6 +1,6 @@
|
||||
package version
|
||||
|
||||
const version = "3.11.0"
|
||||
const version = "3.12.0"
|
||||
|
||||
func Version() string {
|
||||
return version
|
||||
|
Loading…
x
Reference in New Issue
Block a user