From fd3f07447eddb53e096b0df3be38bbf79123d605 Mon Sep 17 00:00:00 2001 From: "Martti T." Date: Wed, 11 Dec 2024 12:18:50 +0200 Subject: [PATCH] Changelog for v4.13.1 (#2719) --- CHANGELOG.md | 8 ++++++++ echo.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c31a4ccb..55f24418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/echo.go b/echo.go index aa69b84d..c86ce699 100644 --- a/echo.go +++ b/echo.go @@ -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 = `