Bläddra i källkod

Bump version; Update changelog

DarthSim 6 år sedan
förälder
incheckning
904d0201c0
2 ändrade filer med 5 tillägg och 1 borttagningar
  1. 4 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # Changelog
 
+## v2.2.6
+
+- Fixed signature check when source URL is escaped.
+
 ## v2.2.5
 
 - [extend](./docs/generating_the_url_advanced.md#extend) processing option;

+ 1 - 1
main.go

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