소스 검색

Bump version; Update changelog

DarthSim 6 년 전
부모
커밋
904d0201c0
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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