Skip to content

Commit

Permalink
docs(readme): release v1.8.2 version (#3420)
Browse files Browse the repository at this point in the history
* docs(readme): release v1.8.2 version

* Update CHANGELOG.md
  • Loading branch information
appleboy committed Dec 21, 2022
1 parent d4caeee commit 2285aa5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Gin ChangeLog

## Gin v1.8.2

### Bugs

* fix(route): redirectSlash bug ([#3227]((https://github.com/gin-gonic/gin/pull/3227)))
* 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)))

### Security

* Fix the GO-2022-1144 vulnerability ([#3432]((https://github.com/gin-gonic/gin/pull/3432)))

## Gin v1.8.1

### ENHANCEMENTS
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.8.1"
const Version = "v1.8.2"

0 comments on commit 2285aa5

Please sign in to comment.