Bump version; Update changelog

This commit is contained in:
DarthSim
2019-02-27 22:09:14 +06:00
parent 3f938c59d5
commit 904d0201c0
2 changed files with 5 additions and 1 deletions

View File

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

View File

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