From ac81a03f07c4f47417fdf20617c6dccba51f6a2f Mon Sep 17 00:00:00 2001 From: Nandan Bhat Date: Fri, 14 Jun 2024 18:54:44 +0530 Subject: [PATCH] Added more details to CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1d19b695..e9dd5e4e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ - Support signing up with organization membership. [\#1012](https://github.com/auth0/node-auth0/pull/1012) ([nandan-bhat](https://github.com/nandan-bhat)) +**⚠️ BREAKING CHANGES** + +- Changes to `ResourceServer` interfaces (`ResourceServerTokenDialectEnum`, `ResourceServerCreateTokenDialectEnum` and `ResourceServerUpdateTokenDialectEnum`). [\#1012](https://github.com/auth0/node-auth0/pull/1012) ([nandan-bhat](https://github.com/nandan-bhat)) + - The key `token` is changed to `access_token`. + - The key `token_authz` is changed to `access_token_authz`. + ## [v4.4.1](https://github.com/auth0/node-auth0/tree/v4.4.1) (2024-06-11) [Full Changelog](https://github.com/auth0/node-auth0/compare/v4.4.0...v4.4.1)