diff --git a/README.md b/README.md index 425ed0d9e..8816af920 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ at No Note ---------------------------------------------------------------------- -This driver currently does not support GCP regional endpoints. Please ensure that any workloads using through this driver do not require support for regional endpoints on GCP. If you have questions about this, please contact Snowflake Support. - +This driver starts supporting the GCS regional endpoint starting from version 2.0.0. Please ensure that any workloads using through this driver +below the version 2.0.0 do not require support for regional endpoints on GCP. If you have questions about this, please contact Snowflake Support. Test ====================================================================== diff --git a/package.json b/package.json index 20e7df34d..9508db63b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snowflake-sdk", - "version": "1.15.0", + "version": "2.0.0", "description": "Node.js driver for Snowflake", "dependencies": { "@aws-sdk/client-s3": "^3.388.0",