From 2ebaa460e0d41659ad1deccd6f12b164afafc437 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 20:46:38 +0000 Subject: [PATCH] chore(main): release 0.211.0 (#6406) --- VERSION | 2 +- src/LoggingClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 08002f8..cfc7307 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.1 +1.28.0 diff --git a/src/LoggingClient.php b/src/LoggingClient.php index 5771993..fbe662c 100644 --- a/src/LoggingClient.php +++ b/src/LoggingClient.php @@ -70,7 +70,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.27.1'; + const VERSION = '1.28.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read';