@@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
+
+## [2.17.0] - 2021-09-07
### Added
- Wildcard support in `IMGPROXY_ALLOWED_SOURCES`.
@@ -11,7 +11,7 @@ import (
"time"
)
-const version = "2.16.7"
+const version = "2.17.0"
type ctxKey string