1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-04-07 06:50:09 +02:00

Bump version

This commit is contained in:
DarthSim 2022-12-11 22:55:13 +06:00
parent 9ce57e1471
commit fd9c7401ce
3 changed files with 4 additions and 1 deletions

View File

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

View File

@ -1,4 +1,5 @@
window.IMGPROXY_VERSIONS = [
"3.12",
"3.11",
"3.10",
"3.9",

View File

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