We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f197a8b commit ed049ddCopy full SHA for ed049dd
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Gin ChangeLog
2
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
9
## Gin v1.8.0
10
11
## Break Changes
version.go
@@ -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 commit comments