diff --git a/DESCRIPTION b/DESCRIPTION index 2edf729..842f745 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: AzureCognitive Title: Interface to Azure Cognitive Services -Version: 1.0.0.9000 +Version: 1.0.1 Authors@R: c( person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")), person("Microsoft", role="cph") diff --git a/NEWS.md b/NEWS.md index 5679b05..a7a91fe 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# AzureCognitive 1.0.0.9000 +# AzureCognitive 1.0.1 - Fix token authentication method for Text Translation (reported by @quickcoffee). - Change maintainer email address.