Skip to content

Commit 8838929

Browse files
chore(main): release 0.11.0 (#183)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c21ec95 commit 8838929

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/google-analytics-data/CHANGELOG.md

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

3+
## [0.11.0](https://github.com/googleapis/python-analytics-data/compare/v0.10.0...v0.11.0) (2022-02-24)
4+
5+
6+
### Features
7+
8+
* add api key support ([#182](https://github.com/googleapis/python-analytics-data/issues/182)) ([ad51ffd](https://github.com/googleapis/python-analytics-data/commit/ad51ffd1c461663d7ff055b69166004ea5a4d686))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** delete unused dependency libcst ([#191](https://github.com/googleapis/python-analytics-data/issues/191)) ([dbba912](https://github.com/googleapis/python-analytics-data/commit/dbba91295c9deacca67f8862da628e05cee6c4cc))
14+
* resolve DuplicateCredentialArgs error when using credentials_file ([97804fe](https://github.com/googleapis/python-analytics-data/commit/97804feb1031e3ff6ac3e6f6113b1d3123f1ec91))
15+
16+
17+
### Documentation
18+
19+
* add autogenerated code snippets ([f34ee10](https://github.com/googleapis/python-analytics-data/commit/f34ee10dce4dae5f04aefedf9d8f3472491025d3))
20+
321
## [0.10.0](https://www.github.com/googleapis/python-analytics-data/compare/v0.9.0...v0.10.0) (2021-11-01)
422

523

packages/google-analytics-data/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "0.10.0"
22+
version = "0.11.0"
2323

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

0 commit comments

Comments
 (0)