Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit e1d1d35

Browse files
chore(main): release 1.1.0 (#114)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 32ab62f commit e1d1d35

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/googleapis/python-datastream/compare/v1.0.2...v1.1.0) (2022-07-15)
4+
5+
6+
### Features
7+
8+
* add audience parameter ([32ab62f](https://github.com/googleapis/python-datastream/commit/32ab62f92781afdbf102153532155364bb33bc94))
9+
10+
11+
### Bug Fixes
12+
13+
* **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))
14+
* require python 3.7+ ([#113](https://github.com/googleapis/python-datastream/issues/113)) ([2200832](https://github.com/googleapis/python-datastream/commit/2200832c41f77b2f0956e03c34bb2d61788709a8))
15+
316
## [1.0.2](https://github.com/googleapis/python-datastream/compare/v1.0.1...v1.0.2) (2022-06-03)
417

518

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
name = "google-cloud-datastream"
2323
description = "Datastream client library"
24-
version = "1.0.2"
24+
version = "1.1.0"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
url = "https://github.com/googleapis/python-datastream"
2727
dependencies = [

0 commit comments

Comments
 (0)