Skip to content

Commit 8da8e16

Browse files
authored
Update version and changelog for 4.2.2 (#1838)
1 parent 10d8c53 commit 8da8e16

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v4.2.2 - 2020-04-07
4+
5+
**Fixes**
6+
7+
* Allow proxy middleware to use query part in rewrite (#1802)
8+
* Fix timeout middleware not sending status code when handler returns an error (#1805)
9+
* Fix Bind() when target is array/slice and path/query params complains bind target not being struct (#1835)
10+
* Fix panic in redirect middleware on short host name (#1813)
11+
* Fix timeout middleware docs (#1836)
12+
313
## v4.2.1 - 2020-03-08
414

515
**Important notes**

echo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ const (
234234

235235
const (
236236
// Version of Echo
237-
Version = "4.2.1"
237+
Version = "4.2.2"
238238
website = "https://echo.labstack.com"
239239
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
240240
banner = `

0 commit comments

Comments
 (0)