diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac3b58b..e3c8a042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-kms/#history +### [1.4.1](https://www.github.com/googleapis/python-kms/compare/v1.4.0...v1.4.1) (2020-07-28) + + +### Bug Fixes + +* use `crypto_key_path` instead of `crypto_key_path_path` [([#3319](https://www.github.com/googleapis/python-kms/issues/3319))](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/3319) ([8068e87](https://www.github.com/googleapis/python-kms/commit/8068e87ff44c768561a1bcfb45ccaadf8dd393ba)) + ## [1.4.0](https://www.github.com/googleapis/python-kms/compare/v1.3.0...v1.4.0) (2020-04-14) diff --git a/setup.py b/setup.py index 37ac5c2a..5bd28328 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-kms" description = "Cloud Key Management Service (KMS) API API client library" -version = "1.4.0" +version = "1.4.1" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.14.0, < 2.0.0dev",