1
0
Эх сурвалжийг харах

Bump version; Update changelog

DarthSim 6 жил өмнө
parent
commit
cdc3cac064
2 өөрчлөгдсөн 5 нэмэгдсэн , 1 устгасан
  1. 4 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # Changelog
 
+# v2.2.9
+
+Fixed processing of images with embedded profiles that was broken in v2.2.8.
+
 # v2.2.8
 
 - Resize images in linear colorspace;

+ 1 - 1
main.go

@@ -11,7 +11,7 @@ import (
 	_ "net/http/pprof"
 )
 
-const version = "2.2.8"
+const version = "2.2.9"
 
 type ctxKey string