1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-23 11:14:48 +02:00

Bump version

This commit is contained in:
DarthSim 2020-02-13 17:42:30 +06:00
parent 5877f791a1
commit 74f2f157e2
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [2.10.0] - 2020-02-13
### Added
- `IMGPROXY_NETWORK` config. Allows to bind on Unix socket.
- `IMGPROXY_CACHE_CONTROL_PASSTHROUGH` config.

View File

@ -9,7 +9,7 @@ import (
"time"
)
const version = "2.9.0"
const version = "2.10.0"
type ctxKey string