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

Commit 101945b

Browse files
chore(main): release 0.9.0 (#242)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent dc6107c commit 101945b

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.9.0](https://github.com/googleapis/python-analytics-admin/compare/v0.8.2...v0.9.0) (2022-07-20)
4+
5+
6+
### Features
7+
8+
* add audience parameter ([dc6107c](https://github.com/googleapis/python-analytics-admin/commit/dc6107cbe784ac6e4dcd2b2a0fd118ed1a2b929e))
9+
* release the Google Analytics Admin API V1 Beta ([dc6107c](https://github.com/googleapis/python-analytics-admin/commit/dc6107cbe784ac6e4dcd2b2a0fd118ed1a2b929e))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#236](https://github.com/googleapis/python-analytics-admin/issues/236)) ([dc6107c](https://github.com/googleapis/python-analytics-admin/commit/dc6107cbe784ac6e4dcd2b2a0fd118ed1a2b929e))
15+
* require python 3.7+ ([#239](https://github.com/googleapis/python-analytics-admin/issues/239)) ([ec0580e](https://github.com/googleapis/python-analytics-admin/commit/ec0580e77d8b7ec395f0a2d0979b336ba44a19fd))
16+
317
## [0.8.2](https://github.com/googleapis/python-analytics-admin/compare/v0.8.1...v0.8.2) (2022-06-03)
418

519

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
import setuptools # type: ignore
2222

23-
version = "0.8.2"
23+
version = "0.9.0"
2424

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

0 commit comments

Comments
 (0)