소스 검색

Bump version

DarthSim 1 년 전
부모
커밋
cd22beed56
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 0
      CHANGELOG.md
  2. 1 1
      version/version.go

+ 2 - 0
CHANGELOG.md

@@ -1,6 +1,8 @@
 # Changelog
 # Changelog
 
 
 ## [Unreleased]
 ## [Unreleased]
+
+## [3.20.0] - 2023-10-09
 ### Add
 ### Add
 - (pro) Add [info options](https://docs.imgproxy.net/latest/getting_the_image_info?id=info-options) support to the `/info` endpoint.
 - (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.
 - (pro) Add video streams info to the `/info` endpoint response.

+ 1 - 1
version/version.go

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