Skip to content

Commit

Permalink
Increment package version after release of com.azure azure-ai-textana…
Browse files Browse the repository at this point in the history
…lytics (#17704)
  • Loading branch information
azure-sdk authored Nov 20, 2020
1 parent 4837d79 commit 553e2a6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-textanalytics</artifactId>
<version>5.1.0-beta.3</version> <!-- {x-version-update;com.azure:azure-ai-textanalytics;current} -->
<version>5.1.0-beta.4</version> <!-- {x-version-update;com.azure:azure-ai-textanalytics;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1;5.1.0-beta.3
com.azure:azure-ai-textanalytics;5.0.1;5.1.0-beta.4
com.azure:azure-communication-chat;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-communication-common;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-communication-administration;1.0.0-beta.3;1.0.0-beta.4
Expand Down
3 changes: 3 additions & 0 deletions sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Release History
## 5.1.0-beta.4 (Unreleased)


## 5.1.0-beta.3 (2020-11-19)
### New features
- Added support for healthcare recognition feature. It is represented as a long-running operation. Cancellation supported.
Expand Down
2 changes: 1 addition & 1 deletion sdk/textanalytics/azure-ai-textanalytics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-ai-textanalytics</artifactId>
<version>5.1.0-beta.3</version> <!-- {x-version-update;com.azure:azure-ai-textanalytics;current} -->
<version>5.1.0-beta.4</version> <!-- {x-version-update;com.azure:azure-ai-textanalytics;current} -->

<name>Microsoft Azure client library for Text Analytics</name>
<description>This package contains the Microsoft Azure Cognitive Services Text Analytics SDK.</description>
Expand Down

0 comments on commit 553e2a6

Please sign in to comment.