Skip to content

Commit f38c9c8

Browse files
committed
docs(readme): release v1.8.2 version (#3420)
* docs(readme): release v1.8.2 version * Update CHANGELOG.md
1 parent 0c2a691 commit f38c9c8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Gin ChangeLog
22

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+
314
## Gin v1.8.1
415

516
### ENHANCEMENTS

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
package gin
66

77
// Version is the current gin framework's version.
8-
const Version = "v1.8.1"
8+
const Version = "v1.8.2"

0 commit comments

Comments
 (0)