1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-23 11:14:48 +02:00

Bump version

This commit is contained in:
DarthSim 2021-11-15 18:07:16 +06:00
parent 68ed8708ea
commit c387c2e699
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [3.0.0.beta2] - 2021-11-15
### Added
- Add `X-Origin-Width` and `X-Origin-Height` to debug headers.
- Add `IMGPROXY_COOKIE_PASSTHROUGH` and `IMGPROXY_COOKIE_BASE_URL` configs.

View File

@ -1,6 +1,6 @@
package version
const version = "3.0.0.beta1"
const version = "3.0.0.beta2"
func Version() string {
return version