diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt
index 892b05b5cc1a..3fd44caab12e 100644
--- a/eng/versioning/version_client.txt
+++ b/eng/versioning/version_client.txt
@@ -40,7 +40,7 @@ com.azure:azure-ai-anomalydetector;3.0.0-beta.5;3.0.0-beta.6
com.azure:azure-ai-contentsafety;1.0.6;1.1.0-beta.1
com.azure:azure-ai-documentintelligence;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-ai-documenttranslator;1.0.0-beta.1;1.0.0-beta.2
-com.azure:azure-ai-formrecognizer;4.1.10;4.1.10
+com.azure:azure-ai-formrecognizer;4.1.10;4.1.11
com.azure:azure-ai-formrecognizer-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-ai-inference;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-ai-metricsadvisor;1.2.1;1.3.0-beta.1
diff --git a/sdk/formrecognizer/azure-ai-formrecognizer-perf/pom.xml b/sdk/formrecognizer/azure-ai-formrecognizer-perf/pom.xml
index b52f332ed1e7..a7577e07de0b 100644
--- a/sdk/formrecognizer/azure-ai-formrecognizer-perf/pom.xml
+++ b/sdk/formrecognizer/azure-ai-formrecognizer-perf/pom.xml
@@ -30,7 +30,7 @@
com.azure
azure-ai-formrecognizer
- 4.1.10
+ 4.1.11
diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md b/sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md
index 269bf71027b2..70eac8ad71e9 100644
--- a/sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md
+++ b/sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md
@@ -1,6 +1,15 @@
# Release History
-## 4.1.10 (2024-07-29)
+## 4.1.11 (2024-09-19)
+
+### Other Changes
+
+#### Dependency Updates
+
+- Upgraded `azure-core` from `1.51.1` to version `1.52.0`.
+- Upgraded `azure-core-http-netty` from `1.15.3` to version `1.15.4`.
+
+## 4.1.10 (2024-08-25)
### Other Changes
diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/README.md b/sdk/formrecognizer/azure-ai-formrecognizer/README.md
index 70df797e6625..463457dfe87c 100644
--- a/sdk/formrecognizer/azure-ai-formrecognizer/README.md
+++ b/sdk/formrecognizer/azure-ai-formrecognizer/README.md
@@ -60,7 +60,7 @@ add the direct dependency to your project as follows.
com.azure
azure-ai-formrecognizer
- 4.1.10
+ 4.1.11
```
[//]: # ({x-version-update-end})
@@ -68,24 +68,24 @@ add the direct dependency to your project as follows.
This table shows the relationship between SDK versions and supported API versions of the service:
-| SDK version |Supported API version of service
-|----------------|-
-| 3.0.x | 2.0
-| 3.1.X - 3.1.12 | 2.0, 2.1 (default)
-| 4.0.0 | 2.0, 2.1, 2022-08-31 (default)
-| 4.1.0 | 2.0, 2.1, 2022-08-31, 2023-07-31 (default)
+| SDK version | Supported API version of service |
+|----------------|--------------------------------------------|
+| 3.0.x | 2.0 |
+| 3.1.X - 3.1.12 | 2.0, 2.1 (default) |
+| 4.0.0 | 2.0, 2.1, 2022-08-31 (default) |
+| 4.1.0 | 2.0, 2.1, 2022-08-31, 2023-07-31 (default) |
> Note: Starting with version 4.0.X, a new set of clients were introduced to leverage the newest features
> of the Form Recognizer service. Please see the [Migration Guide][migration_guide] for detailed instructions on how to update application
> code from client library version 3.1.X or lower to the latest version. For more information, see [Changelog][changelog].
> The below table describes the relationship of each client and its supported API version(s):
-|API version|Supported clients
-|-|-
-|2023-07-31 | DocumentAnalysisClient and DocumentModelAdministrationClient
-|2022-08-31 | DocumentAnalysisClient and DocumentModelAdministrationClient
-|2.1 | FormRecognizerClient and FormTrainingClient
-|2.0 | FormRecognizerClient and FormTrainingClient
+| API version | Supported clients |
+|-------------|--------------------------------------------------------------|
+| 2023-07-31 | DocumentAnalysisClient and DocumentModelAdministrationClient |
+| 2022-08-31 | DocumentAnalysisClient and DocumentModelAdministrationClient |
+| 2.1 | FormRecognizerClient and FormTrainingClient |
+| 2.0 | FormRecognizerClient and FormTrainingClient |
#### Create a Form Recognizer resource
Form Recognizer supports both [multi-service and single-service access][service_access]. Create a Cognitive Service's
diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/pom.xml b/sdk/formrecognizer/azure-ai-formrecognizer/pom.xml
index 7b384f6385e7..5a2d32a2b2ee 100644
--- a/sdk/formrecognizer/azure-ai-formrecognizer/pom.xml
+++ b/sdk/formrecognizer/azure-ai-formrecognizer/pom.xml
@@ -13,7 +13,7 @@
com.azure
azure-ai-formrecognizer
- 4.1.10
+ 4.1.11
Microsoft Azure client library for Document Intelligence
This package contains the Microsoft Azure Cognitive Services Document Intelligence SDK.