Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.13.0](https://github.com/googleapis/python-analytics-data/compare/v0.12.1...v0.13.0) (2022-07-17)


### Features

* add audience parameter ([c2a27d7](https://github.com/googleapis/python-analytics-data/commit/c2a27d70ae9e3d3aa5213c61546dc1b23b03768a))


### Bug Fixes

* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#253](https://github.com/googleapis/python-analytics-data/issues/253)) ([c2a27d7](https://github.com/googleapis/python-analytics-data/commit/c2a27d70ae9e3d3aa5213c61546dc1b23b03768a))
* rename the `funnel_filter` field of the `FunnelFilterExpression` type to `funnel_field_filter` ([3ff59b2](https://github.com/googleapis/python-analytics-data/commit/3ff59b2235fc965ce58eb8104b55ea7940264c8f))
* rename the type `FunnelFilter` to `FunnelFieldFilter` ([#251](https://github.com/googleapis/python-analytics-data/issues/251)) ([3ff59b2](https://github.com/googleapis/python-analytics-data/commit/3ff59b2235fc965ce58eb8104b55ea7940264c8f))
* require python 3.7+ ([#255](https://github.com/googleapis/python-analytics-data/issues/255)) ([0b81da4](https://github.com/googleapis/python-analytics-data/commit/0b81da498c6c5acba2d39d794c0a9795f7265342))

## [0.12.1](https://github.com/googleapis/python-analytics-data/compare/v0.12.0...v0.12.1) (2022-06-03)


Expand Down
2 changes: 1 addition & 1 deletion 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.12.1"
version = "0.13.0"

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

Expand Down