Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthSim committed Jun 13, 2022
1 parent d623d95 commit 8a68e71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

## [3.6.0] - 2022-06-13
### Add
- Add `IMGPROXY_RETURN_ATTACHMENT` config and [return_attachment](https://docs.imgproxy.net/generating_the_url?return-attachment) processing option.
- Add SVG sanitization and `IMGPROXY_SANITIZE_SVG` config.
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
@@ -1,6 +1,6 @@
package version

const version = "3.5.1"
const version = "3.6.0"

func Version() string {
return version
Expand Down

0 comments on commit 8a68e71

Please sign in to comment.