Skip to content

Commit

Permalink
Update version and changelog for 4.2.2 (labstack#1838)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldas authored Apr 7, 2021
1 parent 10d8c53 commit 8da8e16
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v4.2.2 - 2020-04-07

**Fixes**

* Allow proxy middleware to use query part in rewrite (#1802)
* Fix timeout middleware not sending status code when handler returns an error (#1805)
* Fix Bind() when target is array/slice and path/query params complains bind target not being struct (#1835)
* Fix panic in redirect middleware on short host name (#1813)
* Fix timeout middleware docs (#1836)

## v4.2.1 - 2020-03-08

**Important notes**
Expand Down
2 changes: 1 addition & 1 deletion echo.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ const (

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

0 comments on commit 8da8e16

Please sign in to comment.