Skip to content

Commit

Permalink
Changelog for v4.11.4 (#2564)
Browse files Browse the repository at this point in the history
Changelog for v4.11.4
  • Loading branch information
aldas committed Dec 20, 2023
1 parent 209c6a1 commit 226e4f0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## v4.11.4 - 2023-12-20

**Security**

* 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)

**Enhancements**

* 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)
* Request logger: add example for Slog https://pkg.go.dev/log/slog [#2543](https://github.com/labstack/echo/pull/2543)


## v4.11.3 - 2023-11-07

**Security**
Expand Down
2 changes: 1 addition & 1 deletion echo.go
Expand Up @@ -259,7 +259,7 @@ const (

const (
// Version of Echo
Version = "4.11.3"
Version = "4.11.4"
website = "https://echo.labstack.com"
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
banner = `
Expand Down

0 comments on commit 226e4f0

Please sign in to comment.