Skip to content

Commit a2e7085

Browse files
committed
Changelog for v4.11.1
1 parent 130be07 commit a2e7085

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v4.11.1 - 2023-07-16
4+
5+
**Fixes**
6+
7+
* Fix `Gzip` middleware not sending response code for no content responses (404, 301/302 redirects etc) [#2481](https://github.com/labstack/echo/pull/2481)
8+
9+
310
## v4.11.0 - 2023-07-14
411

512

echo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ const (
259259

260260
const (
261261
// Version of Echo
262-
Version = "4.11.0"
262+
Version = "4.11.1"
263263
website = "https://echo.labstack.com"
264264
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
265265
banner = `

0 commit comments

Comments
 (0)