diff --git a/README.md b/README.md index 8c167a2..0a8bfa4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use the Cloud Ops API in your project, preform the following 4 steps: The client is expected to pass in a `temporal-cloud-api-version` header with the api version identifier with every request it makes to the apis. The backend will use the version to safely mutate resources. The `temporal:versioning:min_version` label specifies the minimum version of the API that supports the field. -Current Version `v0.17.1` +Current Version `v0.19.1` ### URL diff --git a/VERSION b/VERSION index f3a5a57..3a7f17e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.18.1 +v0.19.1 diff --git a/temporal/api/cloud/namespace/v1/message.proto b/temporal/api/cloud/namespace/v1/message.proto index 1f557c9..3dfeb33 100644 --- a/temporal/api/cloud/namespace/v1/message.proto +++ b/temporal/api/cloud/namespace/v1/message.proto @@ -403,7 +403,7 @@ message ExportSinkSpec { temporal.api.cloud.sink.v1.GCSSpec gcs = 4; // The Azure Blob configuration details when destination_type is Azure Blob. - // temporal:versioning:min_version=v0.18.1 + // temporal:versioning:min_version=v0.19.1 temporal.api.cloud.sink.v1.AzureBlobSpec azure_blob = 5; }