From 1b7ae8a58457564b829149f86ba77bce8815447e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 15:06:44 +0000 Subject: [PATCH] chore(v1): release 1.1.2 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b92df8b23..b380404ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/dialogflow/#history +### [1.1.2](https://github.com/googleapis/python-dialogflow/compare/v1.1.1...v1.1.2) (2022-04-07) + + +### Bug Fixes + +* **deps:** require google-api-core >= 1.31.5, >= 2.3.2 on v1 release ([#485](https://github.com/googleapis/python-dialogflow/issues/485)) ([0b1ca4c](https://github.com/googleapis/python-dialogflow/commit/0b1ca4c2a63945f9f9715d1d84414db20d297cf1)) + ## [1.1.0](https://www.github.com/googleapis/dialogflow-python-client-v2/compare/v1.0.0...v1.1.0) (2020-08-26) diff --git a/setup.py b/setup.py index 8da64ca4b..bde79f2f4 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ name = "dialogflow" description = "Client library for the Dialogflow API" -version = "1.1.1" +version = "1.1.2" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0"