docs(changelog): upgrade Gin to v1.11.0 and add release notes (#4361)

- Add release notes for Gin v1.11.0, detailing new features, enhancements, bug fixes, CI/build improvements, dependency updates, and documentation changes
- Update Gin framework version to v1.11.0

ref: https://github.com/gin-gonic/gin/issues/4325

Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2025-09-20 19:38:42 +08:00
committed by GitHub
parent 7858527c8c
commit 6ad6205e9c
2 changed files with 73 additions and 1 deletions
+1 -1
View File
@@ -5,4 +5,4 @@
package gin
// Version is the current gin framework's version.
const Version = "v1.10.0"
const Version = "v1.11.0"