diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6efd8711..cad48e95 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.11.0" + ".": "1.11.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad5fb91..885bad4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.1](https://github.com/googleapis/python-pubsublite/compare/v1.11.0...v1.11.1) (2024-07-31) + + +### Bug Fixes + +* Retry and timeout values do not propagate in requests during pagination ([#511](https://github.com/googleapis/python-pubsublite/issues/511)) ([8daf5ae](https://github.com/googleapis/python-pubsublite/commit/8daf5aee106bc0225085510655bc5ac602a3469a)) + ## [1.11.0](https://github.com/googleapis/python-pubsublite/compare/v1.10.0...v1.11.0) (2024-07-04) diff --git a/google/cloud/pubsublite/gapic_version.py b/google/cloud/pubsublite/gapic_version.py index 98fb3f58..a034d27a 100644 --- a/google/cloud/pubsublite/gapic_version.py +++ b/google/cloud/pubsublite/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.11.0" # {x-release-please-version} +__version__ = "1.11.1" # {x-release-please-version} diff --git a/google/cloud/pubsublite_v1/gapic_version.py b/google/cloud/pubsublite_v1/gapic_version.py index 98fb3f58..a034d27a 100644 --- a/google/cloud/pubsublite_v1/gapic_version.py +++ b/google/cloud/pubsublite_v1/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.11.0" # {x-release-please-version} +__version__ = "1.11.1" # {x-release-please-version} diff --git a/samples/generated_samples/snippet_metadata_google.cloud.pubsublite.v1.json b/samples/generated_samples/snippet_metadata_google.cloud.pubsublite.v1.json index b2b99995..843a4c68 100644 --- a/samples/generated_samples/snippet_metadata_google.cloud.pubsublite.v1.json +++ b/samples/generated_samples/snippet_metadata_google.cloud.pubsublite.v1.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-pubsublite", - "version": "0.1.0" + "version": "1.11.1" }, "snippets": [ {