Skip to content

Commit ed049dd

Browse files
authored
docs: release v1.8.1 version (#3176)
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent f197a8b commit ed049dd

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## Gin v1.8.1
4+
5+
### ENHANCEMENTS
6+
7+
* feat(context): add ContextWithFallback feature flag [#3172](https://github.com/gin-gonic/gin/pull/3172)
8+
39
## Gin v1.8.0
410

511
## Break Changes

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.0"
8+
const Version = "v1.8.1"

0 commit comments

Comments
 (0)