mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-01-08 10:45:04 +02:00
Bump version
This commit is contained in:
parent
2bbd4142d4
commit
98ee76d1fa
@ -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.
|
||||
|
@ -1,4 +1,5 @@
|
||||
window.IMGPROXY_VERSIONS = [
|
||||
"3.7",
|
||||
"3.6",
|
||||
"3.5",
|
||||
"3.4",
|
||||
|
@ -1,6 +1,6 @@
|
||||
package version
|
||||
|
||||
const version = "3.6.0"
|
||||
const version = "3.7.0"
|
||||
|
||||
func Version() string {
|
||||
return version
|
||||
|
Loading…
Reference in New Issue
Block a user