From f92e21f90c607896c9c23578be2981642016b0a8 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Tue, 19 Jan 2021 09:11:56 +0000 Subject: [PATCH] Update changelog for #5 and #7 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88318160..4f76c8a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.0 (January 19, 2021) + +- Adds the `UsersCLient.ListGroupMemberships()` method. +- Pagination handling: multiple pages of results with OData metadata are now automatically retrieved and merged together in the BaseClient for GET requests. + ## 0.3.0 (January 18, 2021) - Methods on `models.ApplcationApi` to manage `Oauth2PermissionScopes`.