Skip to content

Commit

Permalink
Changelog for v4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aldas committed Feb 19, 2023
1 parent 2c25767 commit b888a30
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog

## v4.10.1 - 2023-02-19

**Security**

* Upgrade deps due to the latest golang.org/x/net vulnerability [#2402](https://github.com/labstack/echo/pull/2402)


**Enhancements**

* Add new JWT repository to the README [#2377](https://github.com/labstack/echo/pull/2377)
* Return an empty string for ctx.path if there is no registered path [#2385](https://github.com/labstack/echo/pull/2385)
* Add context timeout middleware [#2380](https://github.com/labstack/echo/pull/2380)
* Update link to jaegertracing [#2394](https://github.com/labstack/echo/pull/2394)


## v4.10.0 - 2022-12-27

**Security**
Expand Down
2 changes: 1 addition & 1 deletion echo.go
Expand Up @@ -258,7 +258,7 @@ const (

const (
// Version of Echo
Version = "4.10.0"
Version = "4.10.1"
website = "https://echo.labstack.com"
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
banner = `
Expand Down

0 comments on commit b888a30

Please sign in to comment.