diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 69eb9920d..353a7ac48 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: v2 - version: 2.16.0 + version: 2.17.0 last_generated_commit: "" apis: [] source_roots: diff --git a/v2/CHANGES.md b/v2/CHANGES.md index 2c3300e0a..ac3f57af1 100644 --- a/v2/CHANGES.md +++ b/v2/CHANGES.md @@ -1,5 +1,11 @@ # Changes +## [2.17.0](https://github.com/googleapis/google-cloud-go/releases/tag/v2.17.0) (2026-02-03) + +### Features + +* update Invoke to add retry count to context (#462) ([ea7096d](https://github.com/googleapis/google-cloud-go/commit/ea7096d50d665064dbfeffd7d93fa13d810ad4e4)) + ## [2.16.0](https://github.com/googleapis/google-cloud-go/releases/tag/v2.16.0) (2025-12-17) ### Features diff --git a/v2/internal/version.go b/v2/internal/version.go index fa0e1007a..c3c26b982 100644 --- a/v2/internal/version.go +++ b/v2/internal/version.go @@ -1,4 +1,4 @@ -// Copyright 2025 Google LLC +// Copyright 2026 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "2.16.0" +const Version = "2.17.0"