Skip to content

Commit

Permalink
bump to v1.7.1 (#2678)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkerou committed Apr 8, 2021
1 parent 03e5e05 commit 51c7d00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# 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

### BUGFIXES
Expand Down
2 changes: 1 addition & 1 deletion version.go
Expand Up @@ -5,4 +5,4 @@
package gin

// Version is the current gin framework's version.
const Version = "v1.7.0"
const Version = "v1.7.1"

0 comments on commit 51c7d00

Please sign in to comment.