diff --git a/packages/google-cloud-kms/CHANGELOG.md b/packages/google-cloud-kms/CHANGELOG.md index 0c6ba9763efd..76481ab83096 100644 --- a/packages/google-cloud-kms/CHANGELOG.md +++ b/packages/google-cloud-kms/CHANGELOG.md @@ -4,6 +4,20 @@ [1]: https://pypi.org/project/google-cloud-kms/#history +### [2.11.1](https://github.com/googleapis/python-kms/compare/v2.11.0...v2.11.1) (2022-03-05) + + +### Bug Fixes + +* **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#247](https://github.com/googleapis/python-kms/issues/247)) ([ef54503](https://github.com/googleapis/python-kms/commit/ef54503efc02d178e1294f3550693208082d256f)) +* **deps:** require proto-plus>=1.15.0 ([ef54503](https://github.com/googleapis/python-kms/commit/ef54503efc02d178e1294f3550693208082d256f)) + + +### Documentation + +* add generated snippets ([#236](https://github.com/googleapis/python-kms/issues/236)) ([314485f](https://github.com/googleapis/python-kms/commit/314485f55904eb9e914380b627d3a80fc65712b3)) +* **samples:** updated var name to avoid shadowing built-in ([#238](https://github.com/googleapis/python-kms/issues/238)) ([5bbf2c3](https://github.com/googleapis/python-kms/commit/5bbf2c36b99c5f547cda5806f803d06cef17c627)) + ## [2.11.0](https://github.com/googleapis/python-kms/compare/v2.10.1...v2.11.0) (2022-02-03) diff --git a/packages/google-cloud-kms/setup.py b/packages/google-cloud-kms/setup.py index 1af4291f8b5c..a46811be7fc7 100644 --- a/packages/google-cloud-kms/setup.py +++ b/packages/google-cloud-kms/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-kms" description = "Cloud Key Management Service (KMS) API client library" -version = "2.11.0" +version = "2.11.1" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ # NOTE: Maintainers, please do not require google-api-core>=2.x.x