Skip to content

Commit 0f76cdb

Browse files
authored
add TA changes from 2021 January (Azure#18652)
1 parent 9b95c14 commit 0f76cdb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Release History
22
## 5.1.0-beta.4 (Unreleased)
33

4+
## 5.0.2 (2021-01-14)
5+
### Dependency updates
6+
- Update dependency version, `azure-core` to 1.12.0 and `azure-core-http-netty` to 1.7.1.
47

58
## 5.1.0-beta.3 (2020-11-19)
69
### New features

sdk/textanalytics/azure-ai-textanalytics/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ az cognitiveservices account create \
5858
<dependency>
5959
<groupId>com.azure</groupId>
6060
<artifactId>azure-ai-textanalytics</artifactId>
61-
<version>5.1.0-beta.3</version>
61+
<version>5.1.0-beta.4</version>
6262
</dependency>
6363
```
6464
[//]: # ({x-version-update-end})
@@ -119,7 +119,7 @@ Authentication with AAD requires some initial setup:
119119
<dependency>
120120
<groupId>com.azure</groupId>
121121
<artifactId>azure-identity</artifactId>
122-
<version>1.2.0</version>
122+
<version>1.2.2</version>
123123
</dependency>
124124
```
125125
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)