Skip to content

Commit

Permalink
chore(main): release 0.9.0 (#242)
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 20, 2022
1 parent 6e10b00 commit c16a074
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/google-analytics-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.9.0](https://github.com/googleapis/python-analytics-admin/compare/v0.8.2...v0.9.0) (2022-07-20)


### Features

* add audience parameter ([dc6107c](https://github.com/googleapis/python-analytics-admin/commit/dc6107cbe784ac6e4dcd2b2a0fd118ed1a2b929e))
* release the Google Analytics Admin API V1 Beta ([dc6107c](https://github.com/googleapis/python-analytics-admin/commit/dc6107cbe784ac6e4dcd2b2a0fd118ed1a2b929e))


### Bug Fixes

* **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))
* require python 3.7+ ([#239](https://github.com/googleapis/python-analytics-admin/issues/239)) ([ec0580e](https://github.com/googleapis/python-analytics-admin/commit/ec0580e77d8b7ec395f0a2d0979b336ba44a19fd))

## [0.8.2](https://github.com/googleapis/python-analytics-admin/compare/v0.8.1...v0.8.2) (2022-06-03)


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

import setuptools # type: ignore

version = "0.8.2"
version = "0.9.0"

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

Expand Down

0 comments on commit c16a074

Please sign in to comment.