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 2022-11-17 20:17:10 +06:00
parent f823585e72
commit e43cb2cb51
3 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [3.11.0] - 2022-11-17
### Add
- Add `IMGPROXY_OPEN_TELEMETRY_GRPC_INSECURE` config.
- Add `IMGPROXY_OPEN_TELEMETRY_TRACE_ID_GENERATOR` config.

View File

@ -1,4 +1,5 @@
window.IMGPROXY_VERSIONS = [
"3.11",
"3.10",
"3.9",
"3.8",

View File

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