Browse Source

Bump version

DarthSim 5 years ago
parent
commit
2ea9902195
2 changed files with 3 additions and 1 deletions
  1. 2 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 2 - 0
CHANGELOG.md

@@ -1,6 +1,8 @@
 # Changelog
 
 ## [Unreleased]
+
+## [2.10.1] - 2020-02-27
 ### Changed
 - `imgproxy -v` is replaced with `imgproxy version`.
 

+ 1 - 1
main.go

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