We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d016f6 commit 92eeaa4Copy full SHA for 92eeaa4
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Gin ChangeLog
2
3
+## Gin v1.7.3
4
+
5
+### BUGFIXES
6
7
+* fix level 1 router match [#2767](https://github.com/gin-gonic/gin/issues/2767), [#2796](https://github.com/gin-gonic/gin/issues/2796)
8
9
## Gin v1.7.2
10
11
### BUGFIXES
version.go
@@ -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 commit comments