From 08ca3a82f01b526d0a66b4c737a5c44a9f5146ad Mon Sep 17 00:00:00 2001 From: Alex Kyllo Date: Sun, 26 Apr 2020 21:51:50 -0700 Subject: [PATCH] bump patch version for dplyr compatibility release --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2085da8..cbfca5c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: AzureKusto Title: Interface to 'Kusto'/'Azure Data Explorer' -Version: 1.0.5 +Version: 1.0.6 Authors@R: c( person("Hong", "Ooi", , "hongooi@microsoft.com", role = "aut"), person("Alex", "Kyllo", , "jekyllo@microsoft.com", role = c("aut", "cre")), diff --git a/NEWS.md b/NEWS.md index ebbfdae..3e02192 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# AzureKusto 1.0.6 + +* Compatibility update for dplyr 1.0.0. + # AzureKusto 1.0.5 * Compatibility update for tidyselect 1.0.0.