Skip to content

Commit

Permalink
chore(main): release 2.16.1 (#584)
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] authored Oct 10, 2022
1 parent 1e3d242 commit e447bf0
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/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

[1]: https://pypi.org/project/dialogflow/#history

## [2.16.1](https://github.com/googleapis/python-dialogflow/compare/v2.16.0...v2.16.1) (2022-10-10)


### Bug Fixes

* **deps:** Allow protobuf 3.19.5 ([#585](https://github.com/googleapis/python-dialogflow/issues/585)) ([4030787](https://github.com/googleapis/python-dialogflow/commit/40307877bbc467e6475a5614d315de4e6d902683))


### Documentation

* **samples:** Add sample code for StreamingAnalyzeContent for live transcription. ([#575](https://github.com/googleapis/python-dialogflow/issues/575)) ([b6bbd62](https://github.com/googleapis/python-dialogflow/commit/b6bbd62a3d3293e3ae031b2fdd8940343da08e74))

## [2.16.0](https://github.com/googleapis/python-dialogflow/compare/v2.15.2...v2.16.0) (2022-10-03)


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

name = "dialogflow"
description = "Client library for the Dialogflow API"
version = "2.16.0"
version = "2.16.1"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
Expand Down

0 comments on commit e447bf0

Please sign in to comment.