docs: add changelog for v1.3.0, update authors and version const (#1478)

* docs: add changelog for v1.3.0, update authors and version const

*  add link for every referenced pull request (#1481)

* docs: add changelog for v1.3.0, update authors and version const

* add link for pr
This commit is contained in:
Javier Provecho Fernandez
2018-08-14 10:58:52 +02:00
committed by GitHub
parent 6c8a973134
commit b869fe1415
3 changed files with 29 additions and 3 deletions

2
gin.go
View File

@ -16,7 +16,7 @@ import (
const (
// Version is Framework's version.
Version = "v1.2"
Version = "v1.3.0"
defaultMultipartMemory = 32 << 20 // 32 MB
)