From 611b9ee594d5c758646393d9e2e47583639879ae Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Wed, 29 Jan 2025 02:07:26 +0000
Subject: [PATCH] chore(main): release 0.274.0
---
AnalyticsAdmin/VERSION | 2 +-
AppsChat/VERSION | 2 +-
CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++++++++++
composer.json | 4 ++--
4 files changed, 46 insertions(+), 4 deletions(-)
diff --git a/AnalyticsAdmin/VERSION b/AnalyticsAdmin/VERSION
index 166c9e29b70b..4e8f395fa5e3 100644
--- a/AnalyticsAdmin/VERSION
+++ b/AnalyticsAdmin/VERSION
@@ -1 +1 @@
-0.25.2
+0.26.0
diff --git a/AppsChat/VERSION b/AppsChat/VERSION
index 7486fdbc50b3..a3df0a6959e1 100644
--- a/AppsChat/VERSION
+++ b/AppsChat/VERSION
@@ -1 +1 @@
-0.7.2
+0.8.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 840bd57b7c2e..63307a2e2e45 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,47 @@
# Changelog
+## 0.274.0
+
+google/analytics-admin 0.26.0
+
+
+
+### Features
+
+* Add `user_data_retention` field to `DataRetentionSettings` and mark as `REQUIRED` ([f945842](https://github.com/googleapis/google-cloud-php/commit/f945842defe547644e6d2562250b62840d4c7449))
+* Add `user_data_retention` field to `DataRetentionSettings` and mark as `REQUIRED` ([f945842](https://github.com/googleapis/google-cloud-php/commit/f945842defe547644e6d2562250b62840d4c7449))
+
+
+### Bug Fixes
+
+* Mark `event_data_retention` field in `DataRetentionSettings` as `REQUIRED` ([f945842](https://github.com/googleapis/google-cloud-php/commit/f945842defe547644e6d2562250b62840d4c7449))
+
+
+### Documentation
+
+* Replace "GA4" with "Google Analytics" or "GA" in all comments ([#8055](https://github.com/googleapis/google-cloud-php/issues/8055)) ([f945842](https://github.com/googleapis/google-cloud-php/commit/f945842defe547644e6d2562250b62840d4c7449))
+
+
+
+google/apps-chat 0.8.0
+
+
+
+### Features
+
+* A new field `custom_emoji_metadata` is added to message `.google.chat.v1.Annotation` ([#8054](https://github.com/googleapis/google-cloud-php/issues/8054)) ([fce46dc](https://github.com/googleapis/google-cloud-php/commit/fce46dc1eb67bab1b3c9c5fe0504cf33952a2311))
+* A new message `CustomEmojiMetadata` is added ([fce46dc](https://github.com/googleapis/google-cloud-php/commit/fce46dc1eb67bab1b3c9c5fe0504cf33952a2311))
+* A new value `CUSTOM_EMOJI` is added to enum `AnnotationType` ([fce46dc](https://github.com/googleapis/google-cloud-php/commit/fce46dc1eb67bab1b3c9c5fe0504cf33952a2311))
+
+
+### Documentation
+
+* A comment for field `custom_emoji` in message `.google.chat.v1.Emoji` is changed ([fce46dc](https://github.com/googleapis/google-cloud-php/commit/fce46dc1eb67bab1b3c9c5fe0504cf33952a2311))
+* A comment for method `CreateReaction` in service `ChatService` is changed ([fce46dc](https://github.com/googleapis/google-cloud-php/commit/fce46dc1eb67bab1b3c9c5fe0504cf33952a2311))
+* A comment for method `DeleteReaction` in service `ChatService` is changed ([fce46dc](https://github.com/googleapis/google-cloud-php/commit/fce46dc1eb67bab1b3c9c5fe0504cf33952a2311))
+
+
+
## 0.273.0
google/cloud-access-approval 2.0.4
diff --git a/composer.json b/composer.json
index 7e954d1a8966..48c2a4272f53 100644
--- a/composer.json
+++ b/composer.json
@@ -68,9 +68,9 @@
},
"replace": {
"google/access-context-manager": "1.0.3",
- "google/analytics-admin": "0.25.2",
+ "google/analytics-admin": "0.26.0",
"google/analytics-data": "0.22.2",
- "google/apps-chat": "0.7.2",
+ "google/apps-chat": "0.8.0",
"google/apps-events-subscriptions": "0.1.6",
"google/apps-meet": "0.2.6",
"google/cloud-access-approval": "2.0.4",