diff --git a/packages/google-cloud-apigee-registry/CHANGELOG.md b/packages/google-cloud-apigee-registry/CHANGELOG.md index b5ed431cc40a..7e1f0ea4627f 100644 --- a/packages/google-cloud-apigee-registry/CHANGELOG.md +++ b/packages/google-cloud-apigee-registry/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.2](https://github.com/googleapis/python-apigee-registry/compare/v0.1.1...v0.1.2) (2022-08-15) + + +### Bug Fixes + +* **deps:** allow protobuf < 5.0.0 ([#11](https://github.com/googleapis/python-apigee-registry/issues/11)) ([5e5a1b0](https://github.com/googleapis/python-apigee-registry/commit/5e5a1b07059588758b43ab7fcafdff8c1175e8da)) +* **deps:** require proto-plus >= 1.22.0 ([5e5a1b0](https://github.com/googleapis/python-apigee-registry/commit/5e5a1b07059588758b43ab7fcafdff8c1175e8da)) + ## [0.1.1](https://github.com/googleapis/python-apigee-registry/compare/v0.1.0...v0.1.1) (2022-07-18) diff --git a/packages/google-cloud-apigee-registry/setup.py b/packages/google-cloud-apigee-registry/setup.py index e559bf49073d..81fb97b6aa1e 100644 --- a/packages/google-cloud-apigee-registry/setup.py +++ b/packages/google-cloud-apigee-registry/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-apigee-registry" description = "Apigee Registry API client library" -version = "0.1.1" +version = "0.1.2" release_status = "Development Status :: 4 - Beta" dependencies = [ "google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",