Skip to content

Commit

Permalink
chore(main): release 0.11.0 (#183)
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 Feb 24, 2022
1 parent c21ec95 commit 8838929
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/google-analytics-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.11.0](https://github.com/googleapis/python-analytics-data/compare/v0.10.0...v0.11.0) (2022-02-24)


### Features

* add api key support ([#182](https://github.com/googleapis/python-analytics-data/issues/182)) ([ad51ffd](https://github.com/googleapis/python-analytics-data/commit/ad51ffd1c461663d7ff055b69166004ea5a4d686))


### Bug Fixes

* **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))
* resolve DuplicateCredentialArgs error when using credentials_file ([97804fe](https://github.com/googleapis/python-analytics-data/commit/97804feb1031e3ff6ac3e6f6113b1d3123f1ec91))


### Documentation

* add autogenerated code snippets ([f34ee10](https://github.com/googleapis/python-analytics-data/commit/f34ee10dce4dae5f04aefedf9d8f3472491025d3))

## [0.10.0](https://www.github.com/googleapis/python-analytics-data/compare/v0.9.0...v0.10.0) (2021-11-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-analytics-data/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "0.10.0"
version = "0.11.0"

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

Expand Down

0 comments on commit 8838929

Please sign in to comment.