mirror of
https://github.com/labstack/echo.git
synced 2025-11-25 22:32:23 +02:00
Changelog for 4.13.4 (#2781)
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v4.13.4 - 2025-05-22
|
||||||
|
|
||||||
|
**Security**
|
||||||
|
|
||||||
|
* Update dependencies for [GO-2025-3487](https://pkg.go.dev/vuln/GO-2025-3487), [GO-2025-3503](https://pkg.go.dev/vuln/GO-2025-3503) and [GO-2025-3595](https://pkg.go.dev/vuln/GO-2025-3595) in https://github.com/labstack/echo/pull/2780
|
||||||
|
|
||||||
|
|
||||||
## v4.13.3 - 2024-12-19
|
## v4.13.3 - 2024-12-19
|
||||||
|
|
||||||
**Security**
|
**Security**
|
||||||
|
|||||||
2
echo.go
2
echo.go
@@ -259,7 +259,7 @@ const (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// Version of Echo
|
// Version of Echo
|
||||||
Version = "4.13.3"
|
Version = "4.13.4"
|
||||||
website = "https://echo.labstack.com"
|
website = "https://echo.labstack.com"
|
||||||
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
|
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
|
||||||
banner = `
|
banner = `
|
||||||
|
|||||||
Reference in New Issue
Block a user