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