Skip to content

Commit b888a30

Browse files
committed
Changelog for v4.10.1
1 parent 2c25767 commit b888a30

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## v4.10.1 - 2023-02-19
4+
5+
**Security**
6+
7+
* Upgrade deps due to the latest golang.org/x/net vulnerability [#2402](https://github.com/labstack/echo/pull/2402)
8+
9+
10+
**Enhancements**
11+
12+
* Add new JWT repository to the README [#2377](https://github.com/labstack/echo/pull/2377)
13+
* Return an empty string for ctx.path if there is no registered path [#2385](https://github.com/labstack/echo/pull/2385)
14+
* Add context timeout middleware [#2380](https://github.com/labstack/echo/pull/2380)
15+
* Update link to jaegertracing [#2394](https://github.com/labstack/echo/pull/2394)
16+
17+
318
## v4.10.0 - 2022-12-27
419

520
**Security**

echo.go

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

259259
const (
260260
// Version of Echo
261-
Version = "4.10.0"
261+
Version = "4.10.1"
262262
website = "https://echo.labstack.com"
263263
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
264264
banner = `

0 commit comments

Comments
 (0)