1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-12 01:22:21 +02:00

Update version and changelog for 4.6.1 (#1995)

This commit is contained in:
Martti T 2021-09-26 18:56:43 +03:00 committed by GitHub
parent a2e6ca7ed6
commit c6f0c667f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## v4.6.1 - 2021-09-26
**Enhancements**
* Add start time to request logger middleware values [#1991](https://github.com/labstack/echo/pull/1991)
## v4.6.0 - 2021-09-20 ## v4.6.0 - 2021-09-20
Introduced a new [request logger](https://github.com/labstack/echo/blob/master/middleware/request_logger.go) middleware Introduced a new [request logger](https://github.com/labstack/echo/blob/master/middleware/request_logger.go) middleware

View File

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