Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ com.azure:azure-sdk-all;1.0.0;1.0.0
com.azure:azure-sdk-parent;1.6.0;1.6.0
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.2;3.1.0-beta.1
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-communication-chat;1.0.0-beta.2;1.0.0-beta.3
Expand Down
4 changes: 4 additions & 0 deletions sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ and `FormTableCell` will also be populated with any selection marks found on the
### Breaking changes
- Defaults to the latest supported API version, which currently is `2.1-preview.1`.

## 3.0.3 (2020-11-10)
### Dependency updates
- Update dependency version, `azure-core`, `azure-core-http-netty` and `azure-identity`.

## 3.0.2 (2020-10-06)
### Dependency updates
- Update dependency version, `azure-core` to 1.9.0 and `azure-core-http-netty` to 1.6.2.
Expand Down
2 changes: 1 addition & 1 deletion sdk/formrecognizer/azure-ai-formrecognizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ from form documents. It includes the following main functionalities:
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-formrecognizer</artifactId>
<version>3.0.2</version>
<version>3.1.0-beta.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down