From 64f40ff95a3fd126680805e762b0824f69f0e218 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:04:26 -0500 Subject: [PATCH] chore(main): release 0.176.1 (#2542) --- CHANGES.md | 7 +++++++ internal/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 421e3f63fe..000f090f4d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.176.1](https://github.com/googleapis/google-api-go-client/compare/v0.176.0...v0.176.1) (2024-04-23) + + +### Bug Fixes + +* **transport/http:** Pass through base transport ([#2541](https://github.com/googleapis/google-api-go-client/issues/2541)) ([8d0b2b5](https://github.com/googleapis/google-api-go-client/commit/8d0b2b5bc50e98e2865818bee89911d3348b43dc)) + ## [0.176.0](https://github.com/googleapis/google-api-go-client/compare/v0.175.0...v0.176.0) (2024-04-22) diff --git a/internal/version.go b/internal/version.go index 4a10628f6e..18546fcd95 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.176.0" +const Version = "0.176.1"