Skip to content

Commit 37505c2

Browse files
chore(main): release 0.17.0 (#340)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 88cdd30 commit 37505c2

File tree

7 files changed

+22
-6
lines changed

7 files changed

+22
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.16.0"
2+
".": "0.17.0"
33
}

packages/google-analytics-admin/CHANGELOG.md

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

3+
## [0.17.0](https://github.com/googleapis/python-analytics-admin/compare/v0.16.0...v0.17.0) (2023-05-31)
4+
5+
6+
### Features
7+
8+
* **v1alpha:** Add `AdSenseLink` type ([e3b5b03](https://github.com/googleapis/python-analytics-admin/commit/e3b5b03b937d3bdd827419be1ca9a10c79691823))
9+
* **v1alpha:** Add `audience`, `event_create_rule` fields to the `ChangeHistoryResource.resource` oneof field ([e3b5b03](https://github.com/googleapis/python-analytics-admin/commit/e3b5b03b937d3bdd827419be1ca9a10c79691823))
10+
* **v1alpha:** Add `AUDIENCE`, `EVENT_CREATE_RULE` options to the `ChangeHistoryResourceType` enum ([e3b5b03](https://github.com/googleapis/python-analytics-admin/commit/e3b5b03b937d3bdd827419be1ca9a10c79691823))
11+
* **v1alpha:** Add `ChannelGroupFilter`, `ChannelGroupFilterExpression`, `ChannelGroupFilterExpressionList`, `GroupingRule`, `ChannelGroup` types ([2ef0b67](https://github.com/googleapis/python-analytics-admin/commit/2ef0b674161c721ff854fdcd7debbfc8552a9ef8))
12+
* **v1alpha:** Add `CreateEventCreateRule`, `UpdateEventCreateRule`,`DeleteEventCreateRule`, `ListEventCreateRules` methods ([e3b5b03](https://github.com/googleapis/python-analytics-admin/commit/e3b5b03b937d3bdd827419be1ca9a10c79691823))
13+
* **v1alpha:** Add `EventCreateRule`, `MatchingCondition` types ([e3b5b03](https://github.com/googleapis/python-analytics-admin/commit/e3b5b03b937d3bdd827419be1ca9a10c79691823))
14+
* **v1alpha:** Add `FetchConnectedGa4Property` method ([e3b5b03](https://github.com/googleapis/python-analytics-admin/commit/e3b5b03b937d3bdd827419be1ca9a10c79691823))
15+
* **v1alpha:** Add `GetAdSenseLink`, `CreateAdSenseLink`, `DeleteAdSenseLink`, `ListAdSenseLinks` methods ([e3b5b03](https://github.com/googleapis/python-analytics-admin/commit/e3b5b03b937d3bdd827419be1ca9a10c79691823))
16+
* **v1alpha:** Add `GetChannelGroup`, `ListChannelGroups`, `CreateChannelGroup`, `UpdateChannelGroup` methods ([2ef0b67](https://github.com/googleapis/python-analytics-admin/commit/2ef0b674161c721ff854fdcd7debbfc8552a9ef8))
17+
* **v1alpha:** Add FetchConnectedGa4Property method ([2ef0b67](https://github.com/googleapis/python-analytics-admin/commit/2ef0b674161c721ff854fdcd7debbfc8552a9ef8))
18+
319
## [0.16.0](https://github.com/googleapis/python-analytics-admin/compare/v0.15.0...v0.16.0) (2023-03-24)
420

521

packages/google-analytics-admin/google/analytics/admin/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.16.0" # {x-release-please-version}
16+
__version__ = "0.17.0" # {x-release-please-version}

packages/google-analytics-admin/google/analytics/admin_v1alpha/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.16.0" # {x-release-please-version}
16+
__version__ = "0.17.0" # {x-release-please-version}

packages/google-analytics-admin/google/analytics/admin_v1beta/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.16.0" # {x-release-please-version}
16+
__version__ = "0.17.0" # {x-release-please-version}

packages/google-analytics-admin/samples/generated_samples/snippet_metadata_google.analytics.admin.v1alpha.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-analytics-admin",
11-
"version": "0.1.0"
11+
"version": "0.17.0"
1212
},
1313
"snippets": [
1414
{

packages/google-analytics-admin/samples/generated_samples/snippet_metadata_google.analytics.admin.v1beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-analytics-admin",
11-
"version": "0.1.0"
11+
"version": "0.17.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)