diff --git a/CHANGELOG.md b/CHANGELOG.md index d402556f..c22264f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ [1]: https://pypi.org/project/google-cloud-kms/#history +## [2.12.0](https://github.com/googleapis/python-kms/compare/v2.11.2...v2.12.0) (2022-07-14) + + +### Features + +* add audience parameter ([06a4096](https://github.com/googleapis/python-kms/commit/06a4096a61c8b2ed14ccbf88f386203e2c8dc54e)) + + +### Bug Fixes + +* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#315](https://github.com/googleapis/python-kms/issues/315)) ([82ab556](https://github.com/googleapis/python-kms/commit/82ab556b8aec33d75e99c151f01b7e2c4aa6a719)) +* require python 3.7+ ([#313](https://github.com/googleapis/python-kms/issues/313)) ([28d244f](https://github.com/googleapis/python-kms/commit/28d244f1347337f9294a9c3445df426c28b7d1d3)) + ## [2.11.2](https://github.com/googleapis/python-kms/compare/v2.11.1...v2.11.2) (2022-06-03) diff --git a/setup.py b/setup.py index 477e2b90..fd3f3f00 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-kms" description = "Cloud Key Management Service (KMS) API client library" -version = "2.11.2" +version = "2.12.0" release_status = "Development Status :: 5 - Production/Stable" 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.*",