Skip to content

Commit b445958

Browse files
committed
Update version and changelog for 4.7.1
1 parent 54efc38 commit b445958

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## v4.7.1 - 2022-03-13
4+
5+
**Fixes**
6+
7+
* Fix `e.Static`, `.File()`, `c.Attachment()` being picky with paths starting with `./`, `../` and `/` after 4.7.0 introduced echo.Filesystem support (Go1.16+) [#2123](https://github.com/labstack/echo/pull/2123)
8+
9+
**Enhancements**
10+
11+
* Remove some unused code [#2116](https://github.com/labstack/echo/pull/2116)
12+
13+
314
## v4.7.0 - 2022-03-01
415

516
**Enhancements**

echo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ const (
246246

247247
const (
248248
// Version of Echo
249-
Version = "4.7.0"
249+
Version = "4.7.1"
250250
website = "https://echo.labstack.com"
251251
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
252252
banner = `

0 commit comments

Comments
 (0)