1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-04-12 06:58:15 +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 # Changelog
## [Unreleased] ## [Unreleased]
## [3.8.0] - 2022-10-06
### Add ### Add
- Add [raw](https://docs.imgproxy.net/latest/generating_the_url?id=raw) processing option. - 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. - (pro) Add encrypted source URL support.
### Changed ### Changed

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