Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthSim committed Dec 11, 2022
1 parent 9ce57e1 commit fd9c740
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/assets/versions.js
@@ -1,4 +1,5 @@
window.IMGPROXY_VERSIONS = [
"3.12",
"3.11",
"3.10",
"3.9",
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
@@ -1,6 +1,6 @@
package version

const version = "3.11.0"
const version = "3.12.0"

func Version() string {
return version
Expand Down

0 comments on commit fd9c740

Please sign in to comment.