diff --git a/google-cloud-clients/google-cloud-kms/README.md b/google-cloud-clients/google-cloud-kms/README.md index 73da73347fb8..e254cdfc7882 100644 --- a/google-cloud-clients/google-cloud-kms/README.md +++ b/google-cloud-clients/google-cloud-kms/README.md @@ -10,9 +10,6 @@ Java idiomatic client for [Cloud KMS][cloud-kms]. - [Product Documentation][kms-product-docs] - [Client Library Documentation][kms-client-lib-docs] -> Note: This client is a work-in-progress, and may occasionally -> make backwards-incompatible changes. - Quickstart ---------- @@ -77,7 +74,7 @@ Versioning This library follows [Semantic Versioning](http://semver.org/). -It is currently in major version zero (``0.y.z``), which means that anything may change at any time and the public API should not be considered stable. +It is currently in major version one (``1.y.z``), which means that the public API is considered stable. Contributing ------------