mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-09-28 20:43:54 +02:00
Bump version
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [3.15.0] - 2023-04-10
|
||||
### Add
|
||||
- Add the `IMGPROXY_ALLOW_LOOPBACK_SOURCE_ADDRESSES`, `IMGPROXY_ALLOW_LINK_LOCAL_SOURCE_ADDRESSES`, and `IMGPROXY_ALLOW_PRIVATE_SOURCE_ADDRESSES` configs.
|
||||
|
||||
|
@@ -1,4 +1,5 @@
|
||||
window.IMGPROXY_VERSIONS = [
|
||||
"3.15",
|
||||
"3.14",
|
||||
"3.13",
|
||||
"3.12",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
package version
|
||||
|
||||
const version = "3.14.0"
|
||||
const version = "3.15.0"
|
||||
|
||||
func Version() string {
|
||||
return version
|
||||
|
Reference in New Issue
Block a user