From de7f60d641d49f4519f9ecd8e2fddf1f165b4ec3 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:30:26 -0800 Subject: [PATCH] chore(main): release 0.269.0 (#7854) --- VERSION | 2 +- src/LoggingClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6bae540..3492b09 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.31.1 +1.31.2 diff --git a/src/LoggingClient.php b/src/LoggingClient.php index 779eb83..13eb4fd 100644 --- a/src/LoggingClient.php +++ b/src/LoggingClient.php @@ -70,7 +70,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.31.1'; + const VERSION = '1.31.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read';