@@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
+
+## [2.10.1] - 2020-02-27
### Changed
- `imgproxy -v` is replaced with `imgproxy version`.
@@ -11,7 +11,7 @@ import (
"time"
)
-const version = "2.10.0"
+const version = "2.10.1"
type ctxKey string