From 230521aadd613d3f6299ddd2f90310f400ef27a8 Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Mon, 22 Jan 2024 11:28:31 +0000 Subject: [PATCH] Release v2.2.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d62bc5..93519cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [v2.2.1](https://github.com/auth0/go-jwt-middleware/tree/v2.2.1) (2024-01-22) +[Full Changelog](https://github.com/auth0/go-jwt-middleware/compare/v2.2.0...v2.2.1) + +**Security** +- Bump golang.org/x/crypto from 0.4.0 to 0.17.0 [\#234](https://github.com/auth0/go-jwt-middleware/pull/234) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.2 [\#229](https://github.com/auth0/go-jwt-middleware/pull/229) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [v2.2.0](https://github.com/auth0/go-jwt-middleware/tree/v2.2.0) (2023-12-01) [Full Changelog](https://github.com/auth0/go-jwt-middleware/compare/v2.1.0...v2.2.0)