Browse Source

Bump version

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

+ 4 - 0
CHANGELOG.md

@@ -2,6 +2,10 @@
 
 
 ## [Unreleased]
 ## [Unreleased]
 
 
+## [2.8.1] - 2019-12-27
+### Fixed
+- Fix watermark top offset calculation.
+
 ## [2.8.0] - 2019-12-25
 ## [2.8.0] - 2019-12-25
 ### Added
 ### Added
 - `IMGPROXY_LOG_LEVEL` config.
 - `IMGPROXY_LOG_LEVEL` config.

+ 1 - 1
main.go

@@ -10,7 +10,7 @@ import (
 	"time"
 	"time"
 )
 )
 
 
-const version = "2.8.0"
+const version = "2.8.1"
 
 
 type ctxKey string
 type ctxKey string