diff --git a/packages/google-cloud-artifact-registry/CHANGELOG.md b/packages/google-cloud-artifact-registry/CHANGELOG.md index 87834bbffc84..91fc022aaf82 100644 --- a/packages/google-cloud-artifact-registry/CHANGELOG.md +++ b/packages/google-cloud-artifact-registry/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.3](https://github.com/googleapis/python-artifact-registry/compare/v1.3.2...v1.3.3) (2022-10-07) + + +### Bug Fixes + +* **deps:** Allow protobuf 3.19.5 ([#196](https://github.com/googleapis/python-artifact-registry/issues/196)) ([ebb9234](https://github.com/googleapis/python-artifact-registry/commit/ebb92349e127ffa672ce3a35bc63104e81881f48)) + ## [1.3.2](https://github.com/googleapis/python-artifact-registry/compare/v1.3.1...v1.3.2) (2022-10-03) diff --git a/packages/google-cloud-artifact-registry/setup.py b/packages/google-cloud-artifact-registry/setup.py index 325b604309e1..14ee6be0ae33 100644 --- a/packages/google-cloud-artifact-registry/setup.py +++ b/packages/google-cloud-artifact-registry/setup.py @@ -21,7 +21,7 @@ import setuptools # type: ignore name = "google-cloud-artifact-registry" -version = "1.3.2" +version = "1.3.3" description = "Artifact Registry API client library" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-artifact-registry"