Skip to content

Commit

Permalink
chore(main): release 0.17.0 (#340)
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 Jun 1, 2023
1 parent 88cdd30 commit 37505c2
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.16.0"
".": "0.17.0"
}
16 changes: 16 additions & 0 deletions packages/google-analytics-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.17.0](https://github.com/googleapis/python-analytics-admin/compare/v0.16.0...v0.17.0) (2023-05-31)


### Features

* **v1alpha:** Add `AdSenseLink` type ([e3b5b03](https://github.com/googleapis/python-analytics-admin/commit/e3b5b03b937d3bdd827419be1ca9a10c79691823))
* **v1alpha:** Add `audience`, `event_create_rule` fields to the `ChangeHistoryResource.resource` oneof field ([e3b5b03](https://github.com/googleapis/python-analytics-admin/commit/e3b5b03b937d3bdd827419be1ca9a10c79691823))
* **v1alpha:** Add `AUDIENCE`, `EVENT_CREATE_RULE` options to the `ChangeHistoryResourceType` enum ([e3b5b03](https://github.com/googleapis/python-analytics-admin/commit/e3b5b03b937d3bdd827419be1ca9a10c79691823))
* **v1alpha:** Add `ChannelGroupFilter`, `ChannelGroupFilterExpression`, `ChannelGroupFilterExpressionList`, `GroupingRule`, `ChannelGroup` types ([2ef0b67](https://github.com/googleapis/python-analytics-admin/commit/2ef0b674161c721ff854fdcd7debbfc8552a9ef8))
* **v1alpha:** Add `CreateEventCreateRule`, `UpdateEventCreateRule`,`DeleteEventCreateRule`, `ListEventCreateRules` methods ([e3b5b03](https://github.com/googleapis/python-analytics-admin/commit/e3b5b03b937d3bdd827419be1ca9a10c79691823))
* **v1alpha:** Add `EventCreateRule`, `MatchingCondition` types ([e3b5b03](https://github.com/googleapis/python-analytics-admin/commit/e3b5b03b937d3bdd827419be1ca9a10c79691823))
* **v1alpha:** Add `FetchConnectedGa4Property` method ([e3b5b03](https://github.com/googleapis/python-analytics-admin/commit/e3b5b03b937d3bdd827419be1ca9a10c79691823))
* **v1alpha:** Add `GetAdSenseLink`, `CreateAdSenseLink`, `DeleteAdSenseLink`, `ListAdSenseLinks` methods ([e3b5b03](https://github.com/googleapis/python-analytics-admin/commit/e3b5b03b937d3bdd827419be1ca9a10c79691823))
* **v1alpha:** Add `GetChannelGroup`, `ListChannelGroups`, `CreateChannelGroup`, `UpdateChannelGroup` methods ([2ef0b67](https://github.com/googleapis/python-analytics-admin/commit/2ef0b674161c721ff854fdcd7debbfc8552a9ef8))
* **v1alpha:** Add FetchConnectedGa4Property method ([2ef0b67](https://github.com/googleapis/python-analytics-admin/commit/2ef0b674161c721ff854fdcd7debbfc8552a9ef8))

## [0.16.0](https://github.com/googleapis/python-analytics-admin/compare/v0.15.0...v0.16.0) (2023-03-24)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.16.0" # {x-release-please-version}
__version__ = "0.17.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.16.0" # {x-release-please-version}
__version__ = "0.17.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.16.0" # {x-release-please-version}
__version__ = "0.17.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-analytics-admin",
"version": "0.1.0"
"version": "0.17.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-analytics-admin",
"version": "0.1.0"
"version": "0.17.0"
},
"snippets": [
{
Expand Down

0 comments on commit 37505c2

Please sign in to comment.