From cd22beed56682aa79340a65b017c4f508c7984e2 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Mon, 9 Oct 2023 17:44:22 +0300 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 ++ version/version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4edc6b3..c893e56c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] + +## [3.20.0] - 2023-10-09 ### Add - (pro) Add [info options](https://docs.imgproxy.net/latest/getting_the_image_info?id=info-options) support to the `/info` endpoint. - (pro) Add video streams info to the `/info` endpoint response. diff --git a/version/version.go b/version/version.go index f7ba524d..f0becc91 100644 --- a/version/version.go +++ b/version/version.go @@ -1,6 +1,6 @@ package version -const version = "3.19.0" +const version = "3.20.0" func Version() string { return version