Skip to content

Commit

Permalink
Bump to v1.7.7 preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisstocuz committed Nov 23, 2021
1 parent 1db4372 commit d0a4950
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
package gin

// Version is the current gin framework's version.
const Version = "v1.7.6"
const Version = "v1.7.7"

0 comments on commit d0a4950

Please sign in to comment.