From 2c22b95d0fa070bf3582a26dc0b834ff340a9eed Mon Sep 17 00:00:00 2001 From: Hong Ooi Date: Mon, 28 Oct 2019 15:37:55 +1100 Subject: [PATCH] update news/desc --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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.