DarthSim %!s(int64=5) %!d(string=hai) anos
pai
achega
2ea9902195
Modificáronse 2 ficheiros con 3 adicións e 1 borrados
  1. 2 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 2 - 0
CHANGELOG.md

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

+ 1 - 1
main.go

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