1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-20 19:52:47 +02:00

Fix Echo version number which was not incremented with Release 4.6.2. Now bumped to 4.6.3

This commit is contained in:
toimtoimtoim 2022-01-10 21:16:35 +02:00
parent 6b5e62b27e
commit 04e59817e7
2 changed files with 24 additions and 1 deletions

View File

@ -1,5 +1,28 @@
# Changelog
## v4.6.3 - 2022-01-10
**Fixes**
* Fixed Echo version number in greeting message which was not incremented to `4.6.2` [#2066](https://github.com/labstack/echo/issues/2066)
## v4.6.2 - 2022-01-08
**Fixes**
* Fixed route containing escaped colon should be matchable but is not matched to request path [#2047](https://github.com/labstack/echo/pull/2047)
* Fixed a problem that returned wrong content-encoding when the gzip compressed content was empty. [#1921](https://github.com/labstack/echo/pull/1921)
* Update (test) dependencies [#2021](https://github.com/labstack/echo/pull/2021)
**Enhancements**
* Add support for configurable target header for the request_id middleware [#2040](https://github.com/labstack/echo/pull/2040)
* Change decompress middleware to use stream decompression instead of buffering [#2018](https://github.com/labstack/echo/pull/2018)
* Documentation updates
## v4.6.1 - 2021-09-26
**Enhancements**

View File

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