From f1ad4818ea76e64b34e3a494e8aa87553cda81f1 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 07:22:53 +0000 Subject: [PATCH] chore(main): release 0.179.0 --- CHANGES.md | 7 +++++++ internal/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d2f09aaafff..5aaf4dff659 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.179.0](https://github.com/googleapis/google-api-go-client/compare/v0.178.0...v0.179.0) (2024-05-08) + + +### Features + +* **all:** Auto-regenerate discovery clients ([#2573](https://github.com/googleapis/google-api-go-client/issues/2573)) ([887c564](https://github.com/googleapis/google-api-go-client/commit/887c564239fdc5b2d1bbb156447281c644e81ee8)) + ## [0.178.0](https://github.com/googleapis/google-api-go-client/compare/v0.177.0...v0.178.0) (2024-05-07) diff --git a/internal/version.go b/internal/version.go index 2cf58789aa8..f1792faf32d 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.178.0" +const Version = "0.179.0"