Skip to content

Commit

Permalink
docs: release v1.8.1 version (#3176)
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Jun 6, 2022
1 parent f197a8b commit ed049dd
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.8.1

### ENHANCEMENTS

* feat(context): add ContextWithFallback feature flag [#3172](https://github.com/gin-gonic/gin/pull/3172)

## Gin v1.8.0

## Break Changes
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.0"
const Version = "v1.8.1"

0 comments on commit ed049dd

Please sign in to comment.