From e190a3525aacdcf08f72ba7976ced6c77b22418f Mon Sep 17 00:00:00 2001 From: Sergiu Ghitea Date: Thu, 6 Jan 2022 17:49:10 +0100 Subject: [PATCH] Add Changelog for v2.0.0-beta.1 pre-release --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff34288..6a172e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log + +## [v2.0.0-beta.1](https://github.com/auth0/go-jwt-middleware/tree/v2.0.0-beta.1) (2022-01-06) + +[Full Changelog](https://github.com/auth0/go-jwt-middleware/compare/v2.0.0-beta...v2.0.0-beta.1) + +### Changed + +* Improved how we pass CustomClaims to Validator for concurrent scenarios ([#134](https://github.com/auth0/go-jwt-middleware/pull/134)) + ## [v2.0.0-beta](https://github.com/auth0/go-jwt-middleware/tree/v2.0.0-beta) (2021-12-08)