diff --git a/DESCRIPTION b/DESCRIPTION index 00914e2..e88b3ef 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: AzureGraph Title: Simple Interface to 'Microsoft Graph' -Version: 1.0.5 +Version: 1.0.5.9000 Authors@R: c( person("Hong", "Ooi", , "hongooi@microsoft.com", role = c("aut", "cre")), person("Microsoft", role="cph") diff --git a/NEWS.md b/NEWS.md index 42b97a7..1d12592 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# AzureGraph 1.0.5.9000 + +- Treat the access token as opaque; this prevents errors when logging in without an AAD tenant. + # AzureGraph 1.0.5 - Fix a bug in user methods for listing objects when the result is empty.