diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt
index 55f0e2c2805c..4d0ad436c388 100644
--- a/eng/versioning/version_client.txt
+++ b/eng/versioning/version_client.txt
@@ -39,7 +39,7 @@ com.azure:azure-client-sdk-parent;1.7.0;1.7.0
com.azure:azure-ai-anomalydetector;3.0.0-beta.1;3.0.0-beta.2
com.azure:azure-ai-formrecognizer;3.0.3;3.1.0-beta.1
com.azure:azure-ai-metricsadvisor;1.0.0-beta.2;1.0.0-beta.3
-com.azure:azure-ai-textanalytics;5.0.0;5.1.0-beta.3
+com.azure:azure-ai-textanalytics;5.0.1;5.1.0-beta.3
com.azure:azure-communication-chat;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-communication-common;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-communication-administration;1.0.0-beta.2;1.0.0-beta.3
diff --git a/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md b/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md
index c834ba70748b..41f84ca7e338 100644
--- a/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md
+++ b/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md
@@ -1,31 +1,34 @@
# Release History
## 5.1.0-beta.3 (Unreleased)
-
-## 5.1.0-beta.2 (2020-10-06)
-### Breaking changes
-- Removed property `length` from `CategorizedEntity`, `SentenceSentiment`, `LinkedEntityMatch`, `AspectSentiment`,
-`OpinionSentiment`, and `PiiEntity` because the length information can be accessed from the text property itself
- using the string's length property.
-
-### Dependency updates
-- Update dependency version, `azure-core` to 1.9.0 and `azure-core-http-netty` to 1.6.2.
-
-## 5.1.0-beta.1 (2020-09-17)
-- Added `offset` and `length` properties for `CategorizedEntity`, `LinkedEntityMatch` and `SentenceSentiment`
- - `length` is the number of characters in the text of these models
- - `offset` is the offset of the text from the start of the document
-
-**New features**
-- Updated Text Analytics SDK's default service API version to `v3.1-preview.2` from `v3.0`.
-- Added support for Personally Identifiable Information(PII) entity recognition feature.
- To use this feature, you need to make sure you are using the service's v3.1-preview.1 API.
-- Added support for the Opinion Mining feature. To use this feature, you need to make sure you are using the
-service's v3.1-preview.1 and above API. To get this support pass `includeOpinionMining` as `true` in
-`AnalyzeSentimentOptions` when calling the sentiment analysis endpoints.
-- Add property `bingEntitySearchApiId` to the `LinkedEntity` class. This property is only available for v3.1-preview.2
-and up, and it is to be used in conjunction with the Bing Entity Search API to fetch additional relevant information
-about the returned entity.
+## 5.0.1 (2020-11-12)
+### Dependency updates
+- Update dependency version, `azure-core` to 1.10.0 and `azure-core-http-netty` to 1.6.3.
+
+## 5.1.0-beta.2 (2020-10-06)
+### Breaking changes
+- Removed property `length` from `CategorizedEntity`, `SentenceSentiment`, `LinkedEntityMatch`, `AspectSentiment`,
+`OpinionSentiment`, and `PiiEntity` because the length information can be accessed from the text property itself
+using the string's length property.
+
+### Dependency updates
+- Update dependency version, `azure-core` to 1.9.0 and `azure-core-http-netty` to 1.6.2.
+
+## 5.1.0-beta.1 (2020-09-17)
+- Added `offset` and `length` properties for `CategorizedEntity`, `LinkedEntityMatch` and `SentenceSentiment`
+ - `length` is the number of characters in the text of these models
+ - `offset` is the offset of the text from the start of the document
+
+**New features**
+- Updated Text Analytics SDK's default service API version to `v3.1-preview.2` from `v3.0`.
+- Added support for Personally Identifiable Information(PII) entity recognition feature.
+ To use this feature, you need to make sure you are using the service's v3.1-preview.1 API.
+- Added support for the Opinion Mining feature. To use this feature, you need to make sure you are using the
+service's v3.1-preview.1 and above API. To get this support pass `includeOpinionMining` as `true` in
+`AnalyzeSentimentOptions` when calling the sentiment analysis endpoints.
+- Add property `bingEntitySearchApiId` to the `LinkedEntity` class. This property is only available for v3.1-preview.2
+and up, and it is to be used in conjunction with the Bing Entity Search API to fetch additional relevant information
+about the returned entity.
## 5.0.0 (2020-07-27)
- Re-release of version `1.0.1` with updated version `5.0.0`.
diff --git a/sdk/textanalytics/azure-ai-textanalytics/README.md b/sdk/textanalytics/azure-ai-textanalytics/README.md
index 6f88ab9b2a79..c0ddb6b4981b 100644
--- a/sdk/textanalytics/azure-ai-textanalytics/README.md
+++ b/sdk/textanalytics/azure-ai-textanalytics/README.md
@@ -56,7 +56,7 @@ az cognitiveservices account create \
com.azure
azure-ai-textanalytics
- 5.1.0-beta.2
+ 5.1.0-beta.3
```
[//]: # ({x-version-update-end})
@@ -117,7 +117,7 @@ Authentication with AAD requires some initial setup:
com.azure
azure-identity
- 1.1.3
+ 1.2.0
```
[//]: # ({x-version-update-end})
diff --git a/sdk/textanalytics/azure-ai-textanalytics/pom.xml b/sdk/textanalytics/azure-ai-textanalytics/pom.xml
index 4711162af22a..3c6f22489ce7 100644
--- a/sdk/textanalytics/azure-ai-textanalytics/pom.xml
+++ b/sdk/textanalytics/azure-ai-textanalytics/pom.xml
@@ -114,7 +114,6 @@
--add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED
-
--add-opens com.azure.ai.textanalytics/com.azure.ai.textanalytics=ALL-UNNAMED
--add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED