We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e6ca7 commit c6f0c66Copy full SHA for c6f0c66
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v4.6.1 - 2021-09-26
4
+
5
+**Enhancements**
6
7
+* Add start time to request logger middleware values [#1991](https://github.com/labstack/echo/pull/1991)
8
9
## v4.6.0 - 2021-09-20
10
11
Introduced a new [request logger](https://github.com/labstack/echo/blob/master/middleware/request_logger.go) middleware
echo.go
@@ -241,7 +241,7 @@ const (
241
242
const (
243
// Version of Echo
244
- Version = "4.6.0"
+ Version = "4.6.1"
245
website = "https://echo.labstack.com"
246
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
247
banner = `
0 commit comments