1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-18 16:20:53 +02:00

Changelog for v4.13.1 (#2719)

This commit is contained in:
Martti T. 2024-12-11 12:18:50 +02:00 committed by GitHub
parent 0368ed87f2
commit fd3f07447e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## v4.13.1 - 2024-12-11
**Fixes**
* Fix BindBody ignoring `Transfer-Encoding: chunked` requests by @178inaba in https://github.com/labstack/echo/pull/2717
## v4.13.0 - 2024-12-04
**BREAKING CHANGE** JWT Middleware Removed from Core use [labstack/echo-jwt](https://github.com/labstack/echo-jwt) instead

View File

@ -259,7 +259,7 @@ const (
const (
// Version of Echo
Version = "4.13.0"
Version = "4.13.1"
website = "https://echo.labstack.com"
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
banner = `