Browse Source

Bump version

DarthSim 5 years ago
parent
commit
74f2f157e2
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.0] - 2020-02-13
 ### Added
 - `IMGPROXY_NETWORK` config. Allows to bind on Unix socket.
 - `IMGPROXY_CACHE_CONTROL_PASSTHROUGH` config.

+ 1 - 1
main.go

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