Skip to content

Commit

Permalink
chore: release 1.7.0 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 15, 2021
1 parent 1a0aa42 commit cf65253
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/google-cloud-dialogflow-cx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.7.0](https://www.github.com/googleapis/python-dialogflow-cx/compare/v1.6.0...v1.7.0) (2021-11-12)


### Features

* allow setting custom CA for generic webhooks ([#207](https://www.github.com/googleapis/python-dialogflow-cx/issues/207)) ([441d66b](https://www.github.com/googleapis/python-dialogflow-cx/commit/441d66b3864c34cf37570b6c58ccf097eb20e919))


### Documentation

* **samples:** added comment to webhook sample ([#211](https://www.github.com/googleapis/python-dialogflow-cx/issues/211)) ([4d36e31](https://www.github.com/googleapis/python-dialogflow-cx/commit/4d36e31f20e38755dd5d4a7a92bb8c48722cb11e))

## [1.6.0](https://www.github.com/googleapis/python-dialogflow-cx/compare/v1.5.0...v1.6.0) (2021-11-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dialogflow-cx/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "1.6.0"
version = "1.7.0"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit cf65253

Please sign in to comment.