1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-08 10:45:04 +02:00

Bump version

This commit is contained in:
DarthSim 2022-07-27 17:45:25 +06:00
parent 2bbd4142d4
commit 98ee76d1fa
3 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [3.7.0] - 2022-07-27
### Add
- Add support of 16-bit BMP.
- Add `IMGPROXY_NEW_RELIC_LABELS` config.

View File

@ -1,4 +1,5 @@
window.IMGPROXY_VERSIONS = [
"3.7",
"3.6",
"3.5",
"3.4",

View File

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