Skip to content

Commit

Permalink
chore: release 1.3.2 (#165)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Sep 27, 2021
1 parent 5815dee commit c9d764f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/google-cloud-dialogflow-cx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### [1.3.2](https://github.com/googleapis/python-dialogflow-cx/compare/v1.3.1...v1.3.2) (2021-09-24)


### Bug Fixes

* add 'dict' annotation type to 'request' ([96021b9](https://github.com/googleapis/python-dialogflow-cx/commit/96021b9a78a40f3f8f9898d53493912a1621da89))


### Documentation

* **samples:** added filter sample ([#171](https://github.com/googleapis/python-dialogflow-cx/issues/171)) ([5b7e6b9](https://github.com/googleapis/python-dialogflow-cx/commit/5b7e6b9fcb066e823d58c5ce3af0f32a54d896bc))
* **samples:** added page management samples ([#152](https://github.com/googleapis/python-dialogflow-cx/issues/152)) ([41d15f8](https://github.com/googleapis/python-dialogflow-cx/commit/41d15f8f212baab09222c6a350efc3376a3bf9ea))

### [1.3.1](https://github.com/googleapis/python-dialogflow-cx/compare/v1.3.0...v1.3.1) (2021-08-31)


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.3.1"
version = "1.3.2"

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

Expand Down

0 comments on commit c9d764f

Please sign in to comment.