diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml
index cef656c27e422..9753eaf6ed5a6 100644
--- a/eng/jacoco-test-coverage/pom.xml
+++ b/eng/jacoco-test-coverage/pom.xml
@@ -174,7 +174,7 @@
com.azure
azure-cosmos
- 4.21.0-beta.1
+ 4.20.1
com.azure
@@ -470,7 +470,7 @@
com.azure
azure-spring-data-cosmos
- 3.14.0-beta.1
+ 3.13.1
com.azure.spring
diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt
index 65e0a02d6111d..abe73fa1328e5 100644
--- a/eng/versioning/version_client.txt
+++ b/eng/versioning/version_client.txt
@@ -75,7 +75,7 @@ com.azure:azure-core-serializer-json-gson;1.1.7;1.2.0-beta.1
com.azure:azure-core-serializer-json-jackson;1.2.8;1.3.0-beta.1
com.azure:azure-core-test;1.7.3;1.8.0-beta.1
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.15;1.0.0-beta.16
-com.azure:azure-cosmos;4.20.0;4.21.0-beta.1
+com.azure:azure-cosmos;4.20.0;4.20.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.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.4.0-beta.1;4.4.0-beta.1
@@ -119,7 +119,7 @@ com.azure:azure-security-keyvault-keys;4.3.4;4.4.0-beta.5
com.azure:azure-security-keyvault-secrets;4.3.4;4.4.0-beta.3
com.azure:azure-security-keyvault-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-sdk-template;1.2.1-beta.2;1.2.1-beta.16
-com.azure:azure-spring-data-cosmos;3.13.0;3.14.0-beta.1
+com.azure:azure-spring-data-cosmos;3.13.0;3.13.1
com.azure:azure-spring-data-cosmos-test;3.0.0-beta.1;3.0.0-beta.1
com.azure:azure-storage-blob;12.14.1;12.15.0-beta.1
com.azure:azure-storage-blob-batch;12.11.1;12.12.0-beta.1
diff --git a/sdk/cosmos/azure-cosmos-benchmark/pom.xml b/sdk/cosmos/azure-cosmos-benchmark/pom.xml
index beed8166b426b..f7bb2dc32cc91 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.21.0-beta.1
+ 4.20.1
diff --git a/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml b/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml
index 0b6fbfbfa1848..e52fed81b3ff9 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.21.0-beta.1
+ 4.20.1
diff --git a/sdk/cosmos/azure-cosmos-encryption/pom.xml b/sdk/cosmos/azure-cosmos-encryption/pom.xml
index fbff6bb2f95f7..4d33331cf7e98 100644
--- a/sdk/cosmos/azure-cosmos-encryption/pom.xml
+++ b/sdk/cosmos/azure-cosmos-encryption/pom.xml
@@ -44,7 +44,7 @@ Licensed under the MIT License.
com.azure
azure-cosmos
- 4.21.0-beta.1
+ 4.20.1
diff --git a/sdk/cosmos/azure-cosmos-spark_3-1_2-12/pom.xml b/sdk/cosmos/azure-cosmos-spark_3-1_2-12/pom.xml
index cf00d6c765c6f..e0b13fe516bef 100644
--- a/sdk/cosmos/azure-cosmos-spark_3-1_2-12/pom.xml
+++ b/sdk/cosmos/azure-cosmos-spark_3-1_2-12/pom.xml
@@ -61,7 +61,7 @@
com.azure
azure-cosmos
- 4.21.0-beta.1
+ 4.20.1
org.scala-lang.modules
diff --git a/sdk/cosmos/azure-cosmos/CHANGELOG.md b/sdk/cosmos/azure-cosmos/CHANGELOG.md
index d60522a24539b..80d96d94ad2ad 100644
--- a/sdk/cosmos/azure-cosmos/CHANGELOG.md
+++ b/sdk/cosmos/azure-cosmos/CHANGELOG.md
@@ -1,18 +1,13 @@
## Release History
-### 4.21.0-beta.1 (Unreleased)
-
-#### Features Added
-
-#### Breaking Changes
-
-#### Bugs Fixed
-
-#### Other Changes
+### 4.20.1 (2021-10-27)
+#### Key Bug Fixes
+* Removed `AfterBurner` module for Java version 16+.
+* Fixed `BadRequestException` issue when using `Distinct` with matched `orderBy` queries via `continuationToken`.
### 4.20.0 (2021-10-14)
#### Features Added
-* Enabling `queryplan` cache by default
+* Enabling `queryplan` cache by default.
#### Key Bug Fixes
* Fixed issue with bulk reads when `contentResponseOnWrite` is not explicitly enabled on the cosmos client.
diff --git a/sdk/cosmos/azure-cosmos/README.md b/sdk/cosmos/azure-cosmos/README.md
index 26b8599b32ae2..2cb2b94ba7015 100644
--- a/sdk/cosmos/azure-cosmos/README.md
+++ b/sdk/cosmos/azure-cosmos/README.md
@@ -46,7 +46,7 @@ add the direct dependency to your project as follows.
com.azure
azure-cosmos
- 4.19.1
+ 4.20.1
```
[//]: # ({x-version-update-end})
diff --git a/sdk/cosmos/azure-cosmos/pom.xml b/sdk/cosmos/azure-cosmos/pom.xml
index b5db50750d4ae..65eebe97fe96b 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.21.0-beta.1
+ 4.20.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 dd94dcb6f0aec..6fc9da4bd8bf8 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.14.0-beta.1
+ 3.13.1
diff --git a/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md b/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md
index d90cb339de46c..33721038ffbb8 100644
--- a/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md
+++ b/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md
@@ -1,14 +1,10 @@
## Release History
-### 3.14.0-beta.1 (Unreleased)
-
-#### Features Added
-
-#### Breaking Changes
-
-#### Bugs Fixed
-
-#### Other Changes
+### 3.13.1 (2021-10-27)
+#### Key Bug Fixes
+* Fixed support for slice query in annotated `@Query` queries.
+* Fixed issue with preserving priority for closed queries.
+* Updated `azure-cosmos` to version `4.20.1`.
### 3.13.0 (2021-10-14)
#### New Features
diff --git a/sdk/cosmos/azure-spring-data-cosmos/README.md b/sdk/cosmos/azure-spring-data-cosmos/README.md
index 5ec4994de3ae0..c46eef648b708 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.12.0
+ 3.13.1
```
[//]: # ({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 c65554400a6e1..453d7f014fbe4 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.14.0-beta.1
+ 3.13.1
jar
Spring Data for Azure Cosmos DB SQL API
Spring Data for Azure Cosmos DB SQL API
@@ -88,7 +88,7 @@
com.azure
azure-cosmos
- 4.21.0-beta.1
+ 4.20.1
com.fasterxml.jackson.module
diff --git a/sdk/cosmos/pom.xml b/sdk/cosmos/pom.xml
index 4dee6ce51f605..ac3ea70907d3e 100644
--- a/sdk/cosmos/pom.xml
+++ b/sdk/cosmos/pom.xml
@@ -20,7 +20,7 @@
com.azure
azure-cosmos
- 4.21.0-beta.1
+ 4.20.1