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

Commit f0723c3

Browse files
chore(main): release 0.10.0 (#247)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 6e6b741 commit f0723c3

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.10.0](https://github.com/googleapis/python-analytics-admin/compare/v0.9.0...v0.10.0) (2022-08-05)
4+
5+
6+
### Features
7+
8+
* **v1alpha:** add `GetAttributionSettings`, `UpdateAttributionSettings` methods ([6e6b741](https://github.com/googleapis/python-analytics-admin/commit/6e6b74144706ffe6ecd898d11f9eb41e46d77c94))
9+
* **v1alpha:** add `GetAudience`, 'ListAudience', 'CreateAudience', 'UpdateAudience', 'ArchiveAudience' methods ([6e6b741](https://github.com/googleapis/python-analytics-admin/commit/6e6b74144706ffe6ecd898d11f9eb41e46d77c94))
10+
* **v1alpha:** add `RunAccessReport` method ([#246](https://github.com/googleapis/python-analytics-admin/issues/246)) ([6e6b741](https://github.com/googleapis/python-analytics-admin/commit/6e6b74144706ffe6ecd898d11f9eb41e46d77c94))
11+
312
## [0.9.0](https://github.com/googleapis/python-analytics-admin/compare/v0.8.2...v0.9.0) (2022-07-20)
413

514

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

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

0 commit comments

Comments
 (0)