Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#114)
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 Jul 18, 2022
1 parent 37d507a commit 60b055b
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-datastream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.1.0](https://github.com/googleapis/python-datastream/compare/v1.0.2...v1.1.0) (2022-07-15)


### Features

* add audience parameter ([32ab62f](https://github.com/googleapis/python-datastream/commit/32ab62f92781afdbf102153532155364bb33bc94))


### Bug Fixes

* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#111](https://github.com/googleapis/python-datastream/issues/111)) ([32ab62f](https://github.com/googleapis/python-datastream/commit/32ab62f92781afdbf102153532155364bb33bc94))
* require python 3.7+ ([#113](https://github.com/googleapis/python-datastream/issues/113)) ([2200832](https://github.com/googleapis/python-datastream/commit/2200832c41f77b2f0956e03c34bb2d61788709a8))

## [1.0.2](https://github.com/googleapis/python-datastream/compare/v1.0.1...v1.0.2) (2022-06-03)


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

name = "google-cloud-datastream"
description = "Datastream client library"
version = "1.0.2"
version = "1.1.0"
release_status = "Development Status :: 5 - Production/Stable"
url = "https://github.com/googleapis/python-datastream"
dependencies = [
Expand Down

0 comments on commit 60b055b

Please sign in to comment.