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-10-19 19:53:38 +06:00
parent 1229ca8f4a
commit a489231d17
3 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [3.9.0] - 2022-10-19
### Add
- Add `IMGPROXY_SVG_FIX_UNSUPPORTED` config.

View File

@ -1,4 +1,5 @@
window.IMGPROXY_VERSIONS = [
"3.9",
"3.8",
"3.7",
"3.6",

View File

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