We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e5e05 commit 51c7d00Copy full SHA for 51c7d00
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Gin ChangeLog
2
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
9
## Gin v1.7.0
10
11
### BUGFIXES
version.go
@@ -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 commit comments