From 662f70d1a5b103554e6a60fcb11bc776f05c73f0 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Mon, 22 Apr 2024 17:24:16 +0100 Subject: [PATCH] Release Google.Apps.Chat.V1 version 1.0.0-beta02 (#12624) Changes in this release: ### New features - Add Chat read state APIs ([commit 94ab34d](https://togithub.com/googleapis/google-cloud-dotnet/commit/94ab34d8db819b9c954e5c1948a7e3a280883afb)) --- .../Google.Apps.Chat.V1/Google.Apps.Chat.V1.csproj | 2 +- apis/Google.Apps.Chat.V1/docs/history.md | 6 ++++++ apis/apis.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/Google.Apps.Chat.V1.csproj b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/Google.Apps.Chat.V1.csproj index 92c6dbe287be..b6d80568d980 100644 --- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/Google.Apps.Chat.V1.csproj +++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/Google.Apps.Chat.V1.csproj @@ -1,7 +1,7 @@  - 1.0.0-beta01 + 1.0.0-beta02 netstandard2.0;net462 true Recommended Google client library to access the Google Chat API, which lets you build Chat apps to integrate your services with Google Chat and manage Chat resources such as spaces, members, and messages. diff --git a/apis/Google.Apps.Chat.V1/docs/history.md b/apis/Google.Apps.Chat.V1/docs/history.md index c59527b5ff8a..531e1cca8f4d 100644 --- a/apis/Google.Apps.Chat.V1/docs/history.md +++ b/apis/Google.Apps.Chat.V1/docs/history.md @@ -1,5 +1,11 @@ # Version history +## Version 1.0.0-beta02, released 2024-04-22 + +### New features + +- Add Chat read state APIs ([commit 94ab34d](https://github.com/googleapis/google-cloud-dotnet/commit/94ab34d8db819b9c954e5c1948a7e3a280883afb)) + ## Version 1.0.0-beta01, released 2024-04-18 Initial release. diff --git a/apis/apis.json b/apis/apis.json index ceac4cdacf9c..bdbe2332196d 100644 --- a/apis/apis.json +++ b/apis/apis.json @@ -75,7 +75,7 @@ }, { "id": "Google.Apps.Chat.V1", - "version": "1.0.0-beta01", + "version": "1.0.0-beta02", "type": "grpc", "productName": "Google Chat", "productUrl": "https://developers.google.com/chat/concepts",