bump to v1.7.1 (#2678)
This commit is contained in:
		@ -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
 | 
			
		||||
 | 
			
		||||
@ -5,4 +5,4 @@
 | 
			
		||||
package gin
 | 
			
		||||
 | 
			
		||||
// Version is the current gin framework's version.
 | 
			
		||||
const Version = "v1.7.0"
 | 
			
		||||
const Version = "v1.7.1"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user