Skip to content

Commit

Permalink
chore(main): release google-analytics-admin-v1alpha 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 14, 2023
1 parent 6536958 commit 4465a2c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"google-analytics-admin": "0.3.0",
"google-analytics-admin+FILLER": "0.0.0",
"google-analytics-admin-v1alpha": "0.22.0",
"google-analytics-admin-v1alpha": "0.23.0",
"google-analytics-admin-v1alpha+FILLER": "0.0.0",
"google-analytics-data": "0.4.0",
"google-analytics-data+FILLER": "0.0.0",
Expand Down
11 changes: 11 additions & 0 deletions google-analytics-admin-v1alpha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release History

### 0.23.0 (2023-08-14)

#### Features

* add `UpdateConversionEvent` method to the Admin API v1 alpha
* add the `ConversionCountingMethod` enum
* add the `counting_method` field to the `ConversionEvent` type
#### Bug Fixes

* rename the `enterprise_daily_export_enabled` field to `fresh_daily_export_enabled` in the `BigQueryLink` resource ([#22766](https://github.com/googleapis/google-cloud-ruby/issues/22766))

### 0.22.0 (2023-07-28)

### ⚠ BREAKING CHANGES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Analytics
module Admin
module V1alpha
VERSION = "0.22.0"
VERSION = "0.23.0"
end
end
end
Expand Down

0 comments on commit 4465a2c

Please sign in to comment.