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 0c2a691 commit f38c9c8Copy full SHA for f38c9c8
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Gin ChangeLog
2
3
+## Gin v1.8.2
4
+
5
+### Bugs
6
7
+* fix(route): redirectSlash bug ([#3227]((https://github.com/gin-gonic/gin/pull/3227)))
8
+* fix(engine): missing route params for CreateTestContext ([#2778]((https://github.com/gin-gonic/gin/pull/2778))) ([#2803]((https://github.com/gin-gonic/gin/pull/2803)))
9
10
+### Security
11
12
+* Fix the GO-2022-1144 vulnerability ([#3432]((https://github.com/gin-gonic/gin/pull/3432)))
13
14
## Gin v1.8.1
15
16
### ENHANCEMENTS
version.go
@@ -5,4 +5,4 @@
package gin
// Version is the current gin framework's version.
-const Version = "v1.8.1"
+const Version = "v1.8.2"
0 commit comments