diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml
index a7e5fbfd4ddaf..0f61e2bbe9012 100644
--- a/eng/jacoco-test-coverage/pom.xml
+++ b/eng/jacoco-test-coverage/pom.xml
@@ -129,7 +129,7 @@
com.azure
azure-cosmos
- 4.6.0-beta.1
+ 4.6.0
com.azure
@@ -395,7 +395,7 @@
com.azure
azure-spring-data-cosmos
- 3.0.0-beta.3
+ 3.0.0
com.azure
diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt
index 7b622b0ad828e..44fdf14ae1c7e 100644
--- a/eng/versioning/version_client.txt
+++ b/eng/versioning/version_client.txt
@@ -24,7 +24,7 @@ com.azure:azure-core-serializer-json-gson;1.0.1;1.1.0-beta.1
com.azure:azure-core-serializer-json-jackson;1.0.1;1.1.0-beta.1
com.azure:azure-core-test;1.4.2;1.5.0-beta.1
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.6;1.0.0-beta.7
-com.azure:azure-cosmos;4.5.2;4.6.0-beta.1
+com.azure:azure-cosmos;4.5.2;4.6.0
com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
com.azure:azure-cosmos-dotnet-benchmark;4.0.1-beta.1;4.0.1-beta.1
com.azure:azure-cosmos-encryption;1.0.0-beta.1;1.0.0-beta.1
@@ -47,7 +47,7 @@ com.azure:azure-security-keyvault-certificates;4.1.1;4.2.0-beta.2
com.azure:azure-security-keyvault-keys;4.2.1;4.3.0-beta.2
com.azure:azure-security-keyvault-secrets;4.2.1;4.3.0-beta.2
com.azure:azure-sdk-template;1.2.1-beta.2;1.2.1-beta.3
-com.azure:azure-spring-data-cosmos;3.0.0-beta.2;3.0.0-beta.3
+com.azure:azure-spring-data-cosmos;3.0.0-beta.2;3.0.0
com.azure:azure-spring-data-cosmos-test;3.0.0-beta.1;3.0.0-beta.1
com.azure:azure-storage-blob;12.8.0;12.9.0-beta.1
com.azure:azure-storage-blob-batch;12.6.0;12.7.0-beta.1
diff --git a/sdk/cosmos/azure-cosmos-benchmark/pom.xml b/sdk/cosmos/azure-cosmos-benchmark/pom.xml
index 390b2a31b1333..eff737a549186 100644
--- a/sdk/cosmos/azure-cosmos-benchmark/pom.xml
+++ b/sdk/cosmos/azure-cosmos-benchmark/pom.xml
@@ -43,7 +43,7 @@ Licensed under the MIT License.
com.azure
azure-cosmos
- 4.6.0-beta.1
+ 4.6.0
diff --git a/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml b/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml
index 502003808120a..a32906d393568 100644
--- a/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml
+++ b/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml
@@ -42,7 +42,7 @@ Licensed under the MIT License.
com.azure
azure-cosmos
- 4.6.0-beta.1
+ 4.6.0
diff --git a/sdk/cosmos/azure-cosmos-encryption/pom.xml b/sdk/cosmos/azure-cosmos-encryption/pom.xml
index 567bf2c6ac019..dbc39c89aac41 100644
--- a/sdk/cosmos/azure-cosmos-encryption/pom.xml
+++ b/sdk/cosmos/azure-cosmos-encryption/pom.xml
@@ -43,7 +43,7 @@ Licensed under the MIT License.
com.azure
azure-cosmos
- 4.6.0-beta.1
+ 4.6.0
diff --git a/sdk/cosmos/azure-cosmos/CHANGELOG.md b/sdk/cosmos/azure-cosmos/CHANGELOG.md
index 748b8d68ff5f1..eefb1633f74ce 100644
--- a/sdk/cosmos/azure-cosmos/CHANGELOG.md
+++ b/sdk/cosmos/azure-cosmos/CHANGELOG.md
@@ -1,7 +1,9 @@
## Release History
-## 4.6.0-beta.1 (Unreleased)
-
+### 4.6.0 (2020-09-30)
+#### New Features
+* Added new API to support AAD role-based access control in Cosmos. This is a preview feature which needs to be enabled at the account settings.
+* Added handler API(beta) to `CosmosPagedFlux`/`CosmosPagedIterable` to be invoked on every response.
### 4.5.2 (2020-09-29)
#### Key Bug Fixes
diff --git a/sdk/cosmos/azure-cosmos/README.md b/sdk/cosmos/azure-cosmos/README.md
index cb94955eb0eb6..a3c6884033e40 100644
--- a/sdk/cosmos/azure-cosmos/README.md
+++ b/sdk/cosmos/azure-cosmos/README.md
@@ -14,7 +14,7 @@ This project provides SDK library in Java for interacting with [SQL API][sql_api
com.azure
azure-cosmos
- 4.5.2
+ 4.6.0
```
[//]: # ({x-version-update-end})
diff --git a/sdk/cosmos/azure-cosmos/pom.xml b/sdk/cosmos/azure-cosmos/pom.xml
index d84d5f2fefb3b..9beaf37d1821e 100644
--- a/sdk/cosmos/azure-cosmos/pom.xml
+++ b/sdk/cosmos/azure-cosmos/pom.xml
@@ -13,7 +13,7 @@ Licensed under the MIT License.
com.azure
azure-cosmos
- 4.6.0-beta.1
+ 4.6.0
Microsoft Azure SDK for SQL API of Azure Cosmos DB Service
This Package contains Microsoft Azure Cosmos SDK (with Reactive Extension Reactor support) for Azure Cosmos DB SQL API
jar
diff --git a/sdk/cosmos/azure-spring-data-cosmos-test/pom.xml b/sdk/cosmos/azure-spring-data-cosmos-test/pom.xml
index 4c0d4b188eb44..3628be8ff7ed9 100644
--- a/sdk/cosmos/azure-spring-data-cosmos-test/pom.xml
+++ b/sdk/cosmos/azure-spring-data-cosmos-test/pom.xml
@@ -30,7 +30,7 @@
com.azure
azure-spring-data-cosmos
- 3.0.0-beta.3
+ 3.0.0
diff --git a/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md b/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md
index 7ed6de6fef1dc..a41101bae5703 100644
--- a/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md
+++ b/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md
@@ -1,7 +1,8 @@
## Release History
-## 3.0.0-beta.3 (Unreleased)
-
+### 3.0.0 (2020-09-30)
+#### New features
+* Updated azure-cosmos dependency to `4.6.0`
## 3.0.0-beta.2 (2020-09-17)
#### New features
diff --git a/sdk/cosmos/azure-spring-data-cosmos/README.md b/sdk/cosmos/azure-spring-data-cosmos/README.md
index 4795fb25ff737..d6df4fdcb580e 100644
--- a/sdk/cosmos/azure-spring-data-cosmos/README.md
+++ b/sdk/cosmos/azure-spring-data-cosmos/README.md
@@ -68,7 +68,7 @@ If you are using Maven, add the following dependency.
com.azure
azure-spring-data-cosmos
- 3.0.0-beta.2
+ 3.0.0
```
[//]: # ({x-version-update-end})
diff --git a/sdk/cosmos/azure-spring-data-cosmos/pom.xml b/sdk/cosmos/azure-spring-data-cosmos/pom.xml
index 338549cdfef09..aa8cf28ffc8ff 100644
--- a/sdk/cosmos/azure-spring-data-cosmos/pom.xml
+++ b/sdk/cosmos/azure-spring-data-cosmos/pom.xml
@@ -12,7 +12,7 @@
com.azure
azure-spring-data-cosmos
- 3.0.0-beta.3
+ 3.0.0
jar
Spring Data for Azure Cosmos DB SQL API
Spring Data for Azure Cosmos DB SQL API
@@ -75,7 +75,7 @@
com.azure
azure-cosmos
- 4.6.0-beta.1
+ 4.6.0
com.fasterxml.jackson.module