mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-04-12 06:58:15 +02:00
Bump version
This commit is contained in:
parent
522947e0af
commit
31e4d32a42
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user