bump to v1.7.1

This commit is contained in:
thinkerou 2021-04-09 06:29:30 +08:00
parent 198ce37279
commit 1709c30cd8
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Gin ChangeLog # Gin ChangeLog
## Gin v1.7.1
### BUGFIXES
* fix: data race with trustedCIDRs from [#2674](https://github.com/gin-gonic/gin/issues/2674)([#2675](https://github.com/gin-gonic/gin/pull/2675))
## Gin v1.7.0 ## Gin v1.7.0
### BUGFIXES ### BUGFIXES

View File

@ -5,4 +5,4 @@
package gin package gin
// Version is the current gin framework's version. // Version is the current gin framework's version.
const Version = "v1.7.0" const Version = "v1.7.1"