Skip to content

Commit

Permalink
docs: release v1.7.3 (gin-gonic#2802)
Browse files Browse the repository at this point in the history
* docs: release v1.7.3

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

* fix: format

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Aug 3, 2021
1 parent 9a575a4 commit 6ebb945
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Gin ChangeLog

## Gin v1.7.3

### BUGFIXES

* fix level 1 router match [#2767](https://github.com/gin-gonic/gin/issues/2767), [#2796](https://github.com/gin-gonic/gin/issues/2796)

## Gin v1.7.2

### BUGFIXES
Expand Down
2 changes: 1 addition & 1 deletion version.go
Expand Up @@ -5,4 +5,4 @@
package gin

// Version is the current gin framework's version.
const Version = "v1.7.2"
const Version = "v1.7.3"

0 comments on commit 6ebb945

Please sign in to comment.