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:
parent
a2e6ca7ed6
commit
c6f0c667f1
@ -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
|
||||||
|
2
echo.go
2
echo.go
@ -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 = `
|
||||||
|
Loading…
Reference in New Issue
Block a user