Skip to content

Commit c6f0c66

Browse files
authored
Update version and changelog for 4.6.1 (#1995)
1 parent a2e6ca7 commit c6f0c66

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## v4.6.0 - 2021-09-20
410

511
Introduced a new [request logger](https://github.com/labstack/echo/blob/master/middleware/request_logger.go) middleware

echo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ const (
241241

242242
const (
243243
// Version of Echo
244-
Version = "4.6.0"
244+
Version = "4.6.1"
245245
website = "https://echo.labstack.com"
246246
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
247247
banner = `

0 commit comments

Comments
 (0)