From f6dbc7b2e4b1ef3a7b1a31f0c178a91fc81e3ef2 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Tue, 7 May 2019 16:29:14 -0700 Subject: [PATCH] Release v0.6.0. (#125) --- CHANGELOG.md | 23 +++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddc97d5d7..a8a0571a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,29 @@ [1]: https://pypi.org/project/dialogflow/#history +## 0.6.0 + +05-06-2019 1:34 PST + +### Implementation Changes + +- Add routing header to method metadata.([#123](https://github.com/googleapis/dialogflow-python-client-v2/pull/112)) +- Warn when deprecated client_config argument is used. ([#123](https://github.com/googleapis/dialogflow-python-client-v2/pull/112)) +- Add https://www.googleapis.com/auth/dialogflow OAuth scope. ([#123](https://github.com/googleapis/dialogflow-python-client-v2/pull/112)) +- Add channel to gRPC transport classes. ([#123](https://github.com/googleapis/dialogflow-python-client-v2/pull/112)) + +### Features + +- Add argument output_audio_config to detect_intent. ([#123](https://github.com/googleapis/dialogflow-python-client-v2/pull/112)) +- Add update_knowledge_base method. ([#123](https://github.com/googleapis/dialogflow-python-client-v2/pull/112)) +- Add update_document and reload_document methods. ([#123](https://github.com/googleapis/dialogflow-python-client-v2/pull/112)) + +### Documentation: +- Change copyright year to 2019. ([#123](https://github.com/googleapis/dialogflow-python-client-v2/pull/112)) + +### Internal / Testing Changes +- Use mock to patch create_channel in unit tests. ([#123](https://github.com/googleapis/dialogflow-python-client-v2/pull/112)) + ## 0.5.2 12-18-2018 10:50 PST diff --git a/setup.py b/setup.py index 3d9da6062..8092a889f 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='dialogflow', - version='0.5.2', + version='0.6.0', author='Google LLC', author_email='googleapis-packages@google.com', classifiers=[