From bfe9b99148852523bd0b49e062e74195c421022b Mon Sep 17 00:00:00 2001 From: Seth Hollyman Date: Thu, 13 Nov 2025 18:31:11 +0000 Subject: [PATCH 1/2] chore: create a release --- .librarian/state.yaml | 2 +- CHANGES.md | 6 ++++++ internal/version.go | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index f42c51007c..14b01c2641 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,7 +1,7 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go@sha256:f2cbb6b904fdbf086efec0100536c52a79a654a5b9df21f975a2b6f6d50395a4 libraries: - id: generator - version: 0.55.0 + version: 0.55.1 last_generated_commit: "" apis: [] source_roots: diff --git a/CHANGES.md b/CHANGES.md index b425483dde..4c87869a91 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # Changes +## [0.55.1](https://github.com/googleapis/google-cloud-go/releases/tag/v0.55.1) (2025-11-13) + +### Bug Fixes + +* ordered dynamic header values (#1661)" ([9d27531](https://github.com/googleapis/google-cloud-go/commit/9d2753140c56a152484436a3717d9345ef546551)) + ## [0.55.0](https://github.com/googleapis/google-cloud-go/releases/tag/v0.55.0) (2025-11-12) ### Features diff --git a/internal/version.go b/internal/version.go index a2e6c92039..ad23e34a93 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.55.0" +const Version = "0.55.1" From dc905c3bb712c48e2a4140980ccd491683d9126e Mon Sep 17 00:00:00 2001 From: Seth Hollyman Date: Thu, 13 Nov 2025 18:52:38 +0000 Subject: [PATCH 2/2] update CHANGES.md --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4c87869a91..bf89b5fa02 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ ### Bug Fixes -* ordered dynamic header values (#1661)" ([9d27531](https://github.com/googleapis/google-cloud-go/commit/9d2753140c56a152484436a3717d9345ef546551)) +* revert ordered dynamic header values (#1661)" ([9d27531](https://github.com/googleapis/google-cloud-go/commit/9d2753140c56a152484436a3717d9345ef546551)) ## [0.55.0](https://github.com/googleapis/google-cloud-go/releases/tag/v0.55.0) (2025-11-12)