Skip to content

Commit 68aaf3a

Browse files
committed
Changelog for version 5.0.2
1 parent 26ec148 commit 68aaf3a

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+
## v5.0.2 - 2026-02-02
4+
5+
**Security**
6+
7+
* Fix Static middleware with `config.Browse=true` lists all files/subfolders from `config.Filesystem` root and not starting from `config.Root` in https://github.com/labstack/echo/pull/2887
8+
9+
310
## v5.0.1 - 2026-01-28
411

512
* Panic MW: will now return a custom PanicStackError with stack trace by @aldas in https://github.com/labstack/echo/pull/2871

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ package echo
55

66
const (
77
// Version of Echo
8-
Version = "5.0.1"
8+
Version = "5.0.2"
99
)

0 commit comments

Comments
 (0)