From 5cd6e4fec666509c4e2205ff1355e05bbcc131a5 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 08:25:05 +0000 Subject: [PATCH] chore(main): release 0.168.0 --- CHANGES.md | 7 +++++++ internal/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 317e382e1f..e36879e40d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.168.0](https://github.com/googleapis/google-api-go-client/compare/v0.167.0...v0.168.0) (2024-02-24) + + +### Features + +* **all:** Auto-regenerate discovery clients ([#2431](https://github.com/googleapis/google-api-go-client/issues/2431)) ([e635a5e](https://github.com/googleapis/google-api-go-client/commit/e635a5e61572ec4a7dbad19a9e32ab7918cde9f0)) + ## [0.167.0](https://github.com/googleapis/google-api-go-client/compare/v0.166.0...v0.167.0) (2024-02-23) diff --git a/internal/version.go b/internal/version.go index 60852aed64..a9458b00f8 100644 --- a/internal/version.go +++ b/internal/version.go @@ -5,4 +5,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.167.0" +const Version = "0.168.0"