Browse Source

Bump version

DarthSim 5 years ago
parent
commit
9ffd10cd4c
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.6.1] - 2019-10-28
+### Fixed
+- Fix loadding of some GIFs by using edge version of giflib.
+
 ## [2.6.0] - 2019-10-23
 ## [2.6.0] - 2019-10-23
 ### Added
 ### Added
 - TIFF and BMP support.
 - TIFF and BMP support.

+ 1 - 1
main.go

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