1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-03 10:43:58 +02:00

Bump version

This commit is contained in:
DarthSim 2023-04-10 20:29:15 +03:00
parent 25459ef88c
commit a2efeb55be
3 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -1,4 +1,5 @@
window.IMGPROXY_VERSIONS = [
"3.15",
"3.14",
"3.13",
"3.12",

View File

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