Skip to content

Commit 30e7bf7

Browse files
chore(main): release google-analytics-data 0.8.0 (googleapis#32912)
* chore(main): release google-analytics-data 0.8.0 * chore: combine duplicate Ruby 4.0 release notes --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Yoshi Automation Bot <yoshi-automation@google.com>
1 parent 42f691c commit 30e7bf7

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"google-analytics-admin+FILLER": "0.0.0",
1616
"google-analytics-admin-v1alpha": "0.38.1",
1717
"google-analytics-admin-v1alpha+FILLER": "0.0.0",
18-
"google-analytics-data": "0.7.2",
18+
"google-analytics-data": "0.8.0",
1919
"google-analytics-data+FILLER": "0.0.0",
2020
"google-analytics-data-v1beta": "0.19.1",
2121
"google-analytics-data-v1beta+FILLER": "0.0.0",

google-analytics-data/CHANGELOG.md

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

3+
### 0.8.0 (2026-03-19)
4+
5+
#### Features
6+
7+
* Upgrade dependencies for Ruby v4.0 and drop Ruby v3.1 support
8+
39
### 0.7.2 (2025-09-12)
410

511
#### Documentation

google-analytics-data/lib/google/analytics/data/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
module Google
2121
module Analytics
2222
module Data
23-
VERSION = "0.7.2"
23+
VERSION = "0.8.0"
2424
end
2525
end
2626
end

0 commit comments

Comments
 (0)