1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-03-27 20:30:27 +02:00

Bump version

This commit is contained in:
DarthSim 2022-10-06 21:13:33 +06:00
parent 522947e0af
commit 31e4d32a42
2 changed files with 4 additions and 1 deletions

@ -1,8 +1,11 @@
# Changelog
## [Unreleased]
## [3.8.0] - 2022-10-06
### Add
- Add [raw](https://docs.imgproxy.net/latest/generating_the_url?id=raw) processing option.
- Add [OpenTelemetry](https://docs.imgproxy.net/latest/open_telemetry) support.
- (pro) Add encrypted source URL support.
### Changed

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