Skip to content

Commit ed049dd

Browse files
authored
docs: release v1.8.1 version (#3176)
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent f197a8b commit ed049dd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
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

Diff for: version.go

+1-1
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)