From 5d8972925e7d5204a4bce7ef1442bfae1c2c848e Mon Sep 17 00:00:00 2001 From: Tushar Pandey Date: Fri, 22 Nov 2024 12:27:34 +0530 Subject: [PATCH] updated changelog to include breaking changes details --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77f19679f..d0d6b7748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ **⚠️ BREAKING CHANGES** - Self Service SSO GA release changes [\#1057](https://github.com/auth0/node-auth0/pull/1057) ([tusharpandey13](https://github.com/tusharpandey13)) + - Please look at [\#1057](https://github.com/auth0/node-auth0/pull/1057) for detailed changes. + - Method names for various methods in SelfServiceProfilesManager have been changed. The method names now follow standard REST names like create, get, getAll, update, delete. + - Pagination has been added to response of `getAll` method of SelfServiceProfilesManager. ## [v4.13.0](https://github.com/auth0/node-auth0/tree/v4.13.0) (2024-11-12)