diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml
index 46f1f67cc2e6..af2b2f429058 100644
--- a/eng/jacoco-test-coverage/pom.xml
+++ b/eng/jacoco-test-coverage/pom.xml
@@ -134,7 +134,7 @@
com.azure
azure-cosmos
- 4.7.1
+ 4.8.0-beta.1
com.azure
@@ -401,7 +401,7 @@
com.azure
azure-spring-data-cosmos
- 3.1.0
+ 3.2.0-beta.1
com.azure.spring
diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt
index 5985621b7abd..53e14a1e1666 100644
--- a/eng/versioning/version_client.txt
+++ b/eng/versioning/version_client.txt
@@ -25,7 +25,7 @@ com.azure:azure-core-serializer-json-gson;1.0.2;1.1.0-beta.1
com.azure:azure-core-serializer-json-jackson;1.0.2;1.1.0-beta.1
com.azure:azure-core-test;1.5.0;1.6.0-beta.1
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.6;1.0.0-beta.7
-com.azure:azure-cosmos;4.7.0;4.7.1
+com.azure:azure-cosmos;4.7.1;4.8.0-beta.1
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
@@ -49,7 +49,7 @@ com.azure:azure-security-keyvault-jca;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-security-keyvault-keys;4.2.2;4.3.0-beta.3
com.azure:azure-security-keyvault-secrets;4.2.2;4.3.0-beta.3
com.azure:azure-sdk-template;1.2.1-beta.2;1.2.1-beta.16
-com.azure:azure-spring-data-cosmos;3.0.0;3.1.0
+com.azure:azure-spring-data-cosmos;3.1.0;3.2.0-beta.1
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.3
com.azure:azure-storage-blob-batch;12.6.0;12.7.0-beta.2
diff --git a/sdk/cosmos/azure-cosmos-benchmark/pom.xml b/sdk/cosmos/azure-cosmos-benchmark/pom.xml
index 31720076a541..a96ca06bc603 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.7.1
+ 4.8.0-beta.1
diff --git a/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml b/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml
index 28a48a31dd47..63ba5a33054f 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.7.1
+ 4.8.0-beta.1
diff --git a/sdk/cosmos/azure-cosmos-encryption/pom.xml b/sdk/cosmos/azure-cosmos-encryption/pom.xml
index f12ce6592d98..bbf6c251f609 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.7.1
+ 4.8.0-beta.1
diff --git a/sdk/cosmos/azure-cosmos/CHANGELOG.md b/sdk/cosmos/azure-cosmos/CHANGELOG.md
index dfaace3ce9d4..f1f96af7a4e1 100644
--- a/sdk/cosmos/azure-cosmos/CHANGELOG.md
+++ b/sdk/cosmos/azure-cosmos/CHANGELOG.md
@@ -1,5 +1,8 @@
## Release History
+## 4.8.0-beta.1 (Unreleased)
+
+
### 4.7.1 (2020-10-21)
#### Key Bug Fixes
* Improved the 449 retry policy to force back-off on initial retry and start with shorter back-offs.
diff --git a/sdk/cosmos/azure-cosmos/pom.xml b/sdk/cosmos/azure-cosmos/pom.xml
index 849f190dd713..2b2f6685ca45 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.7.1
+ 4.8.0-beta.1
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 4c420834e024..fd493942e518 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.1.0
+ 3.2.0-beta.1
diff --git a/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md b/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md
index 8c1077335193..5f3dda353690 100644
--- a/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md
+++ b/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md
@@ -1,5 +1,8 @@
## Release History
+## 3.2.0-beta.1 (Unreleased)
+
+
### 3.1.0 (2020-10-21)
#### New Features
* Added support for `ARRAY_CONTAINS` `CriteriaType`.
diff --git a/sdk/cosmos/azure-spring-data-cosmos/pom.xml b/sdk/cosmos/azure-spring-data-cosmos/pom.xml
index 3c54ceded625..d47192081daf 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.1.0
+ 3.2.0-beta.1
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.7.1
+ 4.8.0-beta.1
com.fasterxml.jackson.module
diff --git a/sdk/resourcemanager/azure-resourcemanager-samples/pom.xml b/sdk/resourcemanager/azure-resourcemanager-samples/pom.xml
index 5907651b70b6..95cfea28792a 100644
--- a/sdk/resourcemanager/azure-resourcemanager-samples/pom.xml
+++ b/sdk/resourcemanager/azure-resourcemanager-samples/pom.xml
@@ -103,7 +103,7 @@
com.azure
azure-cosmos
- 4.7.0
+ 4.7.1
com.azure
diff --git a/sdk/spring/azure-spring-boot-starter-cosmos/pom.xml b/sdk/spring/azure-spring-boot-starter-cosmos/pom.xml
index faaf31849e31..c57214b24ba9 100644
--- a/sdk/spring/azure-spring-boot-starter-cosmos/pom.xml
+++ b/sdk/spring/azure-spring-boot-starter-cosmos/pom.xml
@@ -38,7 +38,7 @@
com.azure
azure-spring-data-cosmos
- 3.0.0
+ 3.1.0
diff --git a/sdk/spring/azure-spring-boot/pom.xml b/sdk/spring/azure-spring-boot/pom.xml
index 311f807c825a..97c06cf41dd6 100644
--- a/sdk/spring/azure-spring-boot/pom.xml
+++ b/sdk/spring/azure-spring-boot/pom.xml
@@ -116,7 +116,7 @@
com.azure
azure-spring-data-cosmos
- 3.0.0
+ 3.1.0
true