From d0a49505d4baac1617152f157d528b96b72cafb9 Mon Sep 17 00:00:00 2001 From: Notealot <714804968@qq.com> Date: Tue, 23 Nov 2021 16:26:40 +0800 Subject: [PATCH] Bump to v1.7.7 preparations --- CHANGELOG.md | 14 +++++++------- version.go | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c8d821a..4c806a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version.go b/version.go index 66915518..4b69b9b9 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package gin // Version is the current gin framework's version. -const Version = "v1.7.6" +const Version = "v1.7.7"