From 528f245e72dd3e83c1c2e00113b2b53a94c32147 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Fri, 22 Mar 2019 14:19:41 -0400 Subject: [PATCH] 1.x is stable @sduskis --- google-cloud-clients/google-cloud-kms/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 ------------