This commit is contained in:
Hong Ooi 2020-10-15 05:32:12 +11:00
Родитель 87e7a736bf
Коммит e917433af0
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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")

Просмотреть файл

@ -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.