diff --git a/kms/CHANGELOG.md b/kms/CHANGELOG.md index b1b82c5465e5..be792a671b33 100644 --- a/kms/CHANGELOG.md +++ b/kms/CHANGELOG.md @@ -4,6 +4,23 @@ [1]: https://pypi.org/project/google-cloud-kms/#history +## 1.0.0 + +02-13-2019 10:53 PST + +### Implementation Changes +- Remove unused message exports. ([#7270](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/7270)) +- Pick up stub docstring fix in GAPIC generator. ([#6974](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6974)) + +### Documentation +- Updated client library documentation URLs. ([#7307](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/7307)) + +### Internal / Testing Changes +- Add KMS system test ([#7304](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/7304)) +- Add protos as an artifact to library ([#7205](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/7205)) +- Update copyright headers +- Protoc-generated serialization update. ([#7086](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/7086)) + ## 0.2.1 12-18-2018 09:24 PST diff --git a/kms/setup.py b/kms/setup.py index 98dfcebc55c8..7df96d6fc628 100644 --- a/kms/setup.py +++ b/kms/setup.py @@ -21,8 +21,8 @@ name = 'google-cloud-kms' description = 'Cloud Key Management Service (KMS) API API client library' -version = '0.2.1' -release_status = 'Development Status :: 3 - Alpha' +version = '1.0.0' +release_status = 'Development Status :: 5 - Production/Stable' dependencies = [ 'google-api-core[grpc] >= 1.6.0, < 2.0.0dev', 'grpc-google-iam-v1 >= 0.11.4, < 0.12dev',