Skip to content

Commit 51c7d00

Browse files
authored
bump to v1.7.1 (#2678)
1 parent 03e5e05 commit 51c7d00

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Gin ChangeLog
22

3+
## Gin v1.7.1
4+
5+
### BUGFIXES
6+
7+
* fix: data race with trustedCIDRs from [#2674](https://github.com/gin-gonic/gin/issues/2674)([#2675](https://github.com/gin-gonic/gin/pull/2675))
8+
39
## Gin v1.7.0
410

511
### BUGFIXES

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
package gin
66

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

0 commit comments

Comments
 (0)