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
1229ca8f4a
commit
a489231d17
@ -1,6 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [3.9.0] - 2022-10-19
|
||||||
### Add
|
### Add
|
||||||
- Add `IMGPROXY_SVG_FIX_UNSUPPORTED` config.
|
- Add `IMGPROXY_SVG_FIX_UNSUPPORTED` config.
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
window.IMGPROXY_VERSIONS = [
|
window.IMGPROXY_VERSIONS = [
|
||||||
|
"3.9",
|
||||||
"3.8",
|
"3.8",
|
||||||
"3.7",
|
"3.7",
|
||||||
"3.6",
|
"3.6",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
package version
|
package version
|
||||||
|
|
||||||
const version = "3.8.0"
|
const version = "3.9.0"
|
||||||
|
|
||||||
func Version() string {
|
func Version() string {
|
||||||
return version
|
return version
|
||||||
|
Loading…
Reference in New Issue
Block a user