Skip to content

Commit 226e4f0

Browse files
authored
Changelog for v4.11.4 (#2564)
Changelog for v4.11.4
1 parent 209c6a1 commit 226e4f0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## v4.11.4 - 2023-12-20
4+
5+
**Security**
6+
7+
* Upgrade golang.org/x/crypto to v0.17.0 to fix vulnerability [issue](https://pkg.go.dev/vuln/GO-2023-2402) [#2562](https://github.com/labstack/echo/pull/2562)
8+
9+
**Enhancements**
10+
11+
* Update deps and mark Go version to 1.18 as this is what golang.org/x/* use [#2563](https://github.com/labstack/echo/pull/2563)
12+
* Request logger: add example for Slog https://pkg.go.dev/log/slog [#2543](https://github.com/labstack/echo/pull/2543)
13+
14+
315
## v4.11.3 - 2023-11-07
416

517
**Security**

echo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ const (
259259

260260
const (
261261
// Version of Echo
262-
Version = "4.11.3"
262+
Version = "4.11.4"
263263
website = "https://echo.labstack.com"
264264
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
265265
banner = `

0 commit comments

Comments
 (0)