Skip to content

Commit 9f50a65

Browse files
authored
Changelog for 4.13.4 (#2781)
1 parent d735cb6 commit 9f50a65

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v4.13.4 - 2025-05-22
4+
5+
**Security**
6+
7+
* 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
8+
9+
310
## v4.13.3 - 2024-12-19
411

512
**Security**

echo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ const (
259259

260260
const (
261261
// Version of Echo
262-
Version = "4.13.3"
262+
Version = "4.13.4"
263263
website = "https://echo.labstack.com"
264264
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
265265
banner = `

0 commit comments

Comments
 (0)