Browse Source

Bump version

DarthSim 6 years ago
parent
commit
bfc9b86079
2 changed files with 13 additions and 1 deletions
  1. 12 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 12 - 0
CHANGELOG.md

@@ -1,5 +1,17 @@
 # Changelog
 
+## v2.0.3
+
+Fixed URL validation when IMGPROXY_BASE_URL is used
+
+## v2.0.2
+
+Fixed smart crop + blur/sharpen SIGSEGV on Alpine
+
+## v2.0.1
+
+Minor fixes
+
 ## v2.0.0
 
 All-You-Ever-Wanted release! :tada:

+ 1 - 1
main.go

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