Bump to v1.7.7 preparations

This commit is contained in:
Notealot 2021-11-23 16:26:40 +08:00
parent 1db43729b5
commit d0a49505d4
2 changed files with 8 additions and 8 deletions

View File

@ -1,12 +1,6 @@
# Gin ChangeLog
## Gin v1.7.6
### BUGFIXES
* bump new release to fix v1.7.5 installation error and retract v1.7.5.
## Gin v1.7.5
## Gin v1.7.7
### BUGFIXES
@ -24,6 +18,12 @@
* NoMethod: added usage annotation ([#2832](https://github.com/gin-gonic/gin/pull/2832#issuecomment-929954463)).
## Gin v1.7.6
### BUGFIXES
* bump new release to fix v1.7.5 release error by using v1.7.4 codes.
## Gin v1.7.4
### BUGFIXES

View File

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