Skip to content

Commit

Permalink
chore(main): release 0.10.0 (#247)
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 Aug 9, 2022
1 parent 65aff98 commit 64a85cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/google-analytics-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.10.0](https://github.com/googleapis/python-analytics-admin/compare/v0.9.0...v0.10.0) (2022-08-05)


### Features

* **v1alpha:** add `GetAttributionSettings`, `UpdateAttributionSettings` methods ([6e6b741](https://github.com/googleapis/python-analytics-admin/commit/6e6b74144706ffe6ecd898d11f9eb41e46d77c94))
* **v1alpha:** add `GetAudience`, 'ListAudience', 'CreateAudience', 'UpdateAudience', 'ArchiveAudience' methods ([6e6b741](https://github.com/googleapis/python-analytics-admin/commit/6e6b74144706ffe6ecd898d11f9eb41e46d77c94))
* **v1alpha:** add `RunAccessReport` method ([#246](https://github.com/googleapis/python-analytics-admin/issues/246)) ([6e6b741](https://github.com/googleapis/python-analytics-admin/commit/6e6b74144706ffe6ecd898d11f9eb41e46d77c94))

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


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.9.0"
version = "0.10.0"

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

Expand Down

0 comments on commit 64a85cf

Please sign in to comment.